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