SRS对接GB28181协议视频流

Docker部署的SRS服务不含GB28181功能,为了开启这个功能,需要手动编译带有GB28181功能的运行文件

下载源码包

git clone -b develop https://gitee.com/ossrs/srs.git
cd srs/trunk

设置GB28181

./configure --gb28181=on
make

带配置启动

./objs/srs -c conf/gb28181.conf
无标签