SRS/4.0,Leo,是一个简单高效的实时视频服务器,支持RTMP/WebRTC/HLS/HTTP-FLV/SRT。
SRS is a simple, high efficiency and realtime video server, supports RTMP/WebRTC/HLS/HTTP-FLV/SRT.
SRS is licenced under MIT, but some depended libraries are distributed using their own licenses.
安装帮助:
git clone -b develop https://gitee.com/ossrs/srs.git
编译
cd srs/trunk
./configure
make
启动服务器
./objs/srs -c conf/srs.conf
推流:
ffmpeg -re -i ./doc/source.flv -c copy -f flv -y rtmp://localhost/live/livestream
启动:
cd /root/srs/trunk
./objs/srs -c conf/srs.conf
查看SRS的状态 ./etc/init.d/srs status
或者看SRS的日志 tail -n 30 -f ./objs/srs.log
停止:./etc/init.d/srs stop
重启:./etc/init.d/srs restart
开始:./etc/init.d/srs start
软件截图
开源地址:GitHub - ossrs/srs: SRS is a simple, high efficiency and realtime video server, supports RTMP/WebRTC/HLS/HTTP-FLV/SRT/GB28181.
最后于 2023-10-15
被admin编辑
,原因: 修改下载路径