Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Request] full and proper support for rtlxl.nl adaptive video-streams #3640
Comments
|
Fixed by 37eddd3 and 49f0da7 (see #4115 and #4118). Note to self: for the m3u8 format extraction, see issuecomment-62554918. |
Current situation:
-The format code is really unpractical. Though the bitrate is roughly the same, it fluctuates each time. Another program-link shows for instance 649k, 1011k, 1619k, 2634k and 4355k, making it unpractical to use the 2
youtube-dl.exe -f <format>-commands in batch-scripts.-The 2
youtube-dl.exe -f <format>-commands above produce the same f4m-url. Useless feature.Requested situation:
-Practical format code, easy to use in batch-scripts.
-The 2
youtube-dl.exe -f <format>-commands above produce different urls. The-audio=126000-video=4246000part (numbers fluctuate) can actually be read from the f4m-file. Unlike the f4m-url, these urls can actually be opened/processed with Media Player Classic / ffmpeg as a non-encrypted hls-stream/playlist.