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.
Unable to download 'm3u8' stream with 'hls-prefer-native' option #14565
Comments
|
hlsnative does not support live streams. |
I use youtube-dl to download
m3u8live streams with this command:youtube-dl --hls-prefer-native --no-part {hlsurl} -o {filename}I intentionally want to avoid
ffmpegbut I can't download more than 3 fragments!Is there a way to make a download without this limitation?