发布

ffmpeg -re -i input.mp4 -c copy -f flv -rtmp_app live -rtmp_playpath stream rtmp://127.0.0.1

播放

ffplay rtmp://127.0.0.1:1935/live/stream

ffmpeg_rtmp

参考

  1. Windows搭建RTMP服务器+OBS推流+VLC拉流