nginx 视频流


文件推流测试

> ffmpeg -re -i C:\Users\16418\Desktop\test.mp4 -vcodec copy -loop -1 -c:a aac -b:a 160k -ar 44100 -strict -2 -f flv rtmp:127.0.0.1/live/bbb

拉流测试

> ffplay rtmp://127.0.0.1/live/bbb

OBS 推流

VLC 拉流

媒体 -> 打开网络串流

See also:

  • https://www.nginx.com/blog/video-streaming-for-remote-learning-with-nginx/
  • github demo 储存库