mac上搭建rtmp服务器

1、https://www.jianshu.com/p/3cffd080ce10
2、https://www.cnblogs.com/wang19941006/p/6805777.html
3、https://www.cnblogs.com/gaoxiaoniu/p/9295016.html

brew tap homebrew/nginx
这时会报错:Error: homebrew/nginx was deprecated. This tap is now empty as all its formulae were migrated.
意思也就是homebrew/nginx的路径变了,把它换成denji/ngnix。
把命令改为:brew tap denji/nginx

image.png
则表示8080端口被占用了, 查看端口PID

lsof -i tcp:8080
根据端口PID, kill掉9603换成自己8080端口的PID

kill 9603

hls流
https://www.jianshu.com/p/ffd502ca3108
ps:
最后参考:二次搭建成功
https://www.jianshu.com/p/35d595bdddbf

你可能感兴趣的:(mac上搭建rtmp服务器)