# go2rtc 配置文件 - HIKVISION # 启动命令: ./go2rtc -config go2rtc_hikvision.yaml # Web界面: http://localhost:1984 streams: # HIKVISION 海康威视摄像头 hikvision: - rtsp://admin:Wxc767718929@192.168.0.64:554/Streaming/Channels/101 # 主码流 (高清) hikvision_main: - rtsp://admin:Wxc767718929@192.168.0.64:554/Streaming/Channels/101 # 子码流 (低清,如果支持) hikvision_sub: - rtsp://admin:Wxc767718929@192.168.0.64:554/Streaming/Channels/102 webrtc: candidates: - stun:stun.l.google.com:19302 api: listen: ":1984" origin: "*" log: level: info format: text