>
cheatref
tmux
ffmpeg
> ffmpeg
/
streaming
/
stream-a-video-file-to-an-rtmp-server
Stream a video file to an RTMP server
streaming
// shell
$
ffmpeg -re -i input.mp4 -c:v libx264 -c:a aac -f flv "rtmp://example.com/live/stream"
// related commands
> download-an-hls-stream-to-mp4
> record-an-rtmp-stream-to-file
> view all streaming commands