Skip to content

Instantly share code, notes, and snippets.

@John07
Last active October 11, 2020 01:20
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save John07/7419650 to your computer and use it in GitHub Desktop.
Save John07/7419650 to your computer and use it in GitHub Desktop.
Save/record HTTP Live Stream (short HLS, the kind of live stream that can be played by iOS devices) to disk as mp4 file
ffmpeg -re -i http://url.com/playlist.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment