>
cheatref
tmux
ffmpeg
> ffmpeg
/
streaming
/
download-an-hls-stream-to-mp4
Download an HLS stream to MP4
streaming
// shell
$
ffmpeg -i "https://example.com/stream.m3u8" -c copy output.mp4
// related commands
> record-an-rtmp-stream-to-file
> stream-a-video-file-to-an-rtmp-server
> view all streaming commands