Skip to content

Instantly share code, notes, and snippets.

@ianmartorell
Created August 17, 2021 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianmartorell/8de15a66b39416d34f09d84492816d5d to your computer and use it in GitHub Desktop.
Save ianmartorell/8de15a66b39416d34f09d84492816d5d to your computer and use it in GitHub Desktop.
Download .m3u8 streams
#!/bin/sh
ffmpeg -i "$URL" -protocol_whitelist "file,http,https,tcp,tls" -codec copy out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment