相关文章:MacOS安装Nginx+ffmpeg(rtmp直播服务器搭建)html
http://live.streamingfast.net...
http://live.streamingfast.net...
http://live.streamingfast.net...nginx
VOD表示点播,ENDLIST表示结束
命令行操做git
ruby -e "$(curl -fsSL https://raw.githubusercontent...)"
brew install nginx
brew services start nginx
cd /usr/local/Cellar/nginx/1.15.5/html
git clone git@gitee.com:hughiesong/h5live-demo.git
cd h5live-demo
touch index.html
open index.html -a atom
demo地址:https://github.com/HughieSong...github
Mac安装:MacOS安装Nginx+ffmpeg(rtmp直播服务器搭建)
Windows安装:http://nginx.org/en/docs/wind...
安装后验证:浏览器中输入http://localhost:8080segmentfault
第一步下载服务、第二步安装服务参考MacOS安装Nginx+ffmpeg(rtmp直播服务器搭建)windows