[FFmpeg-user] Fix interrupted HLS dump
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Jul 2 09:37:55 CEST 2016
Herr Ernst <herr.ernst <at> gmail.com> writes:
> I've downloaded an HLS live stream with
> `ffmpeg -i http://example.com/playlist.m3u8 -c copy -bsf:a
> aac_adtstoasc dump.mp4`.
This command can be useful but as you found out, it is not
ideal to dump a stream from the internet.
You could test "mplayer -dumpstream ffmpeg://http://example..."
FFmpeg can dump some streams with complicated command lines
but I believe it fails for hls.
(Many people have asked here how to fix broken mov files,
I don't remember any useful answers.)
Carl Eugen
More information about the ffmpeg-user
mailing list