Skip to content

Instantly share code, notes, and snippets.

@ntpz
Forked from s4y/capture_hls.md
Created October 16, 2019 07:20
Show Gist options
  • Save ntpz/eb9ab6c68d1f0b4819b49b5258c6644c to your computer and use it in GitHub Desktop.
Save ntpz/eb9ab6c68d1f0b4819b49b5258c6644c to your computer and use it in GitHub Desktop.
Capture an HLS stream from the beginning with ffmpeg
ffmpeg -live_start_index -99999 -i 'https://….m3u8' -c copy something.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment