| 12345678910111213141516171819202122232425262728 |
- # go2rtc 配置文件 - CT-IP500
- # 启动命令: ./go2rtc -config go2rtc_ct-ip500.yaml
- # Web界面: http://localhost:1987
- streams:
- # CT-IP500 摄像头 (IPC-D53000系列)
- ct-ip500:
- - rtsp://admin:admin@192.168.0.100:554/1
- # 主码流
- ct-ip500_main:
- - rtsp://admin:admin@192.168.0.100:554/1
- # 子码流 (如果支持)
- ct-ip500_sub:
- - rtsp://admin:admin@192.168.0.100:554/2
- webrtc:
- candidates:
- - stun:stun.l.google.com:19302
- api:
- listen: ":1987"
- origin: "*"
- log:
- level: info
- format: text
|