# go2rtc 配置文件 - SVBC # 启动命令: ./go2rtc -config go2rtc_svbc.yaml # Web界面: http://localhost:1986 streams: # SVBC 摄像头 svbc: - rtsp://admin:admin@192.168.0.246:554/1 # 主码流 svbc_main: - rtsp://admin:admin@192.168.0.246:554/1 # 子码流 (如果支持) svbc_sub: - rtsp://admin:admin@192.168.0.246:554/2 webrtc: candidates: - stun:stun.l.google.com:19302 api: listen: ":1986" origin: "*" log: level: info format: text