PDA

View Full Version : Help download M3U8 url video faster


massafera
05-26-2016, 05:38 PM
Guys I read here on the forum that i have to use this code to download m3u8 files.

ffmpeg -i "M3U8 URL" -c copy -bsf:a aac_adtstoasc video.mp4

It works, but am i downloading the original video file? or am i downloading as if it were recording a stream? I know it is a stupid question but it is my first time trying this method.

And is there any way, any command i can use to speed up the process? it starts with a speed of 5.500X and it keeps getting lower until it reaches 0.0900x.

Terenz
05-27-2016, 04:12 AM
No way to speed up, the speed depends by many factors, and yes you are downloading the original source

slim94
05-30-2016, 03:45 PM
you can use livestreamer and use the --hls-segment-threds 10 to speed it up and use 10 threads instead...