go2rtc_ct-ip500.yaml 530 B

12345678910111213141516171819202122232425262728
  1. # go2rtc 配置文件 - CT-IP500
  2. # 启动命令: ./go2rtc -config go2rtc_ct-ip500.yaml
  3. # Web界面: http://localhost:1987
  4. streams:
  5. # CT-IP500 摄像头 (IPC-D53000系列)
  6. ct-ip500:
  7. - rtsp://admin:admin@192.168.0.100:554/1
  8. # 主码流
  9. ct-ip500_main:
  10. - rtsp://admin:admin@192.168.0.100:554/1
  11. # 子码流 (如果支持)
  12. ct-ip500_sub:
  13. - rtsp://admin:admin@192.168.0.100:554/2
  14. webrtc:
  15. candidates:
  16. - stun:stun.l.google.com:19302
  17. api:
  18. listen: ":1987"
  19. origin: "*"
  20. log:
  21. level: info
  22. format: text