# rtsp 拉流配置 global: disableall: true # 需要转换其他协议的话,需要将disableall设置为false enableavcc: false # 如果需要转换成rtmp和flv的话,需要改成true publish: delayclosetimeout: 2s # 无订阅者时,2s后关闭拉流 preview: enable: true rtsp: enable: true # 如果disableall为false的话,这个可以不需要写 pull: pullonstart: rtsp/test: rtsp://localhost:8554/live pullonsub: # 按需拉流 rtsp/100: rtsp://admin:admin@192.168.0.100/cam/realmonitor?channel=1&subtype=0 rtsp/101: rtsp://admin:admin@192.168.0.101/cam/realmonitor?channel=1&subtype=0