ffmpeg推流+nginx转发+拉流(http-flv拉流)

参考博客:https://blog.csdn.net/qq_35651984/article/details/106165642

1.搭建支持http-flv转发的nginx服务

git clone https://github.com/winshining/nginx-http-flv-module.git
wget http://nginx.org/download/nginx-1.8.0.tar.gz
tar -xvf nginx-1.8.0.tar.gz 
cd nginx-1.8.0/
./configure --add-module

你可能感兴趣的:(音视频开发,Nginx,ffmpeg,音视频,流媒体)