Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Created June 27, 2019 19:54
Show Gist options
  • Save lemenkov/0c60861add5b162d3a02fb326b6557a8 to your computer and use it in GitHub Desktop.
Save lemenkov/0c60861add5b162d3a02fb326b6557a8 to your computer and use it in GitHub Desktop.
Get BLOB:HTTPS stream with FFmpeg
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "http://s6.domain.tv/hls/subdomain/index-v1-a1.m3u8" -c copy video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment