软件功能:
1、从rtsp摄像机(rtsp server)获取流,然后转换为rtmp协议,将流推送到FMS(Flash Media Server)上面。
2、支持2000路以上rtsp摄像机(受限于CPU能力),只需要编辑rtsp2rtmp.conf文件即可,如下:
[0]
rtsp_url=rtsp://192.168.2.10:554/stream/1
rtmp_url=rtmp://192.168.2.9/live/720P
;rtsp_url=rtsp://username:password@192.168.2.10:554/stream/1
;[1]
;rtsp_url=rtsp://192.168.2.10:554/stream/2
;rtmp_url=rtmp://192.168.2.9/live/CIF
3、可运行于windows or linux平台。
4、可根据用户要求提供操作界面。
应用场景:
1、幼儿园等小型商业客户,将N台rtsp摄像机数据通过一台rtmp服务器推送到FMS进行直播。
1、从rtsp摄像机(rtsp server)获取流,然后转换为rtmp协议,将流推送到FMS(Flash Media Server)上面。
2、支持2000路以上rtsp摄像机(受限于CPU能力),只需要编辑rtsp2rtmp.conf文件即可,如下:
[0]
rtsp_url=rtsp://192.168.2.10:554/stream/1
rtmp_url=rtmp://192.168.2.9/live/720P
;rtsp_url=rtsp://username:password@192.168.2.10:554/stream/1
;[1]
;rtsp_url=rtsp://192.168.2.10:554/stream/2
;rtmp_url=rtmp://192.168.2.9/live/CIF
3、可运行于windows or linux平台。
4、可根据用户要求提供操作界面。
应用场景:
1、幼儿园等小型商业客户,将N台rtsp摄像机数据通过一台rtmp服务器推送到FMS进行直播。
2、openwrt路由器,将N台wifi ipcam收敛后传送给FMS作为直播。
调试过程,用一台hi3518E摄像机作为流,用srs作为FMS。用ubuntu虚拟机作为运行环境。
先把srs跑起来,srs就是Flash Media Server。
binaries @see: https://github.com/simple-rtmp-server/srs/wiki/v1_CN_Build
you can:
./objs/srs -c conf/srs.conf
to start the srs server, with config conf/srs.conf.
make[1]: Leaving directory `/home/sr