标签:
Github链接:(https://github.com/MichaelHuyp/Bilibili_Wuxianda)
集成基于来疯直播开源的LFLiveKit的手机直播功能
更新展示
man brew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap homebrew/nginx
brew install nginx-full --with-rtmp-module
nginx
brew info nginx-full
rtmp {
server {
listen 1935;
application rtmplive {
live on;
record off;
}
}
}
nginx -v
/usr/local/Cellar/nginx-full/1.10.1/bin/nginx -s reload
标签:
原文地址:http://www.cnblogs.com/oc-bowen/p/5884407.html