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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
