rtsp.yaml 643 B

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