Skip to content

Instantly share code, notes, and snippets.

@katopz
Created August 16, 2017 15:49
Show Gist options
  • Save katopz/74a3d6f604514d0a765bcec49846d056 to your computer and use it in GitHub Desktop.
Save katopz/74a3d6f604514d0a765bcec49846d056 to your computer and use it in GitHub Desktop.
Download .ts video file by ffmpeg via .m3u8
# Install ffmpeg
brew install ffmpeg
# Download
ffmpeg -i https://foo.com/bar.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4
@N4pst3rX
Copy link

if the server requires authorization?? How to proceed further then?

@N4pst3rX
Copy link

nnnnnnnnnnnnnn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment