[FFmpeg-user] Slow HLS Stream Download FFmpeg

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Jan 20 13:41:22 EET 2017


2017-01-19 22:49 GMT+01:00 Gabriel Altabarani <cat at ikitty.cat>:
> Using the following command:
>
> Ffmpeg -i "URL" -c copy "video.ts"

Apart from what Moritz already wrote, please understand that
above command line does not concatenate your input videos
but creates a new output file with the constraint that
FFmpeg's ts muxer has known bugs;-(

You may want to download the parts of the hls stream and
concatenate them with "cat".
(Is there really no script that does this?)
If the input is not hls but a transport stream, use wget or curl.

Carl Eugen


More information about the ffmpeg-user mailing list