Simple-RTMP-Server 直播服务器搭建

1、下载SRS

官方地址:http://www.ossrs.net/srs.release/releases/

本人GitHub地址:

#搭建SRS所需命令

git clone https://github.com/MrJasonss/srs.git

cd srs/

cd trunk/

mv trunk/ /usr/local/srs cd /usr/local/srs

./configure --full (在trunk目录下执行,否则提示无此命令)

make

等待编译完成

#修改配置文件

vim /usr/local/srs/conf/srs.conf

#内部服务器测试

推流自带文件命令

./objs/ffmpeg/bin/ffmpeg -i "./doc/source.200kbps.768x320.flv" -vcodec libx264 -vprofile baseline -level 30 -g 60 -vb 800k -strict experimental -acodec aac -ab 96000 -ar 48000 -ac 2 -f flv rtmp://192.168.1.40:1935/live/test

拉流地址(使用VLS拉流)

rtmp://192.168.1.40/live/test

推流拉流成功

Simple-RTMP-Server 直播服务器搭建_第1张图片

拉流成功

 

使用OBS推流,VLS拉流

Simple-RTMP-Server 直播服务器搭建_第2张图片

obs推流设置

 

Simple-RTMP-Server 直播服务器搭建_第3张图片

vlc拉流

 

Simple-RTMP-Server 直播服务器搭建_第4张图片

测试成功

参考文献:https://blog.csdn.net/weixin_34255793/article/details/85831332

https://www.jianshu.com/p/3bbd855c9b64?utm_campaign=hugo&utm_medium=reader_share&utm_content=note&utm_source=weixin-friends

srs+obs+vlc

https://my.oschina.net/higkoo/blog/710854

欢迎关注本人公众号! 不定时分享技术资源!?

                                                             Simple-RTMP-Server 直播服务器搭建_第5张图片

你可能感兴趣的:(Simple-RTMP-Server 直播服务器搭建)