相關文章: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