#
vod
Here are 87 public repositories matching this topic...
flavioribeiro
commented
Sep 23, 2019
According to the HLS specification, we must sinalize that a given audio track is DVS by the addition of CHARACTERISTICS="public.accessibility.describes-video" tag. I wonder if we should implement an option at the Sequence level on mapped mode where I set "dvs": true or something and that propagates all the way to the HLS manifest. Thoughts on this one @erankor?
More information about this o
Kodi add-on to watch content from the VRT NU website
-
Updated
May 26, 2020 - Python
Fake a live/event HLS stream from a VOD one. Useful for testing.
testing
segment
cli
playlist
streaming
stream
server
hls
test
proxy
m3u8-playlist
vod
live
m3u8
testing-tools
http-live-streaming
event-hls-stream
mock-hls-server
-
Updated
May 25, 2020 - JavaScript
IPTV simple proxy for HTTP(S)/HLS(S)(AES128)/UDP/RTP + VOD, MPTS demux
-
Updated
Mar 11, 2019
Media asset management and broadcast automation system
cms
playlist
automation
ffmpeg
multimedia
transcoding
livestream
graphics
scheduling
vod
python3
video-processing
television
broadcast
casparcg
asset-management
-
Updated
Mar 12, 2020 - Python
A universal twitch.tv VOD download script. Compatible with both old- and new-style VODs.
-
Updated
Jan 4, 2018 - Python
Fetches chat for a given Twitch video and creates a video replay for highlight editors.
-
Updated
Jan 21, 2020 - C#
A pretty simple but configurable and efficient FTP-client daemon, driven through a RESTful API, used by France Télévisions in production
-
Updated
Jun 4, 2019 - JavaScript
Improve this page
Add a description, image, and links to the vod topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vod topic, visit your repo's landing page and select "manage topics."


In many older tutorials, we use things like
varand.then()that we forbid in our actual codebase. It would be more readable if the docs used a more modern syntax, especially aroundPromises. Not only isawaiteasier to read, but our use of.then()in docs may mislead a reader into thinking that they must do the same.