|
@@ -1,4 +1,4 @@
|
|
|
-# go2rtc 配置文件 - 4 个摄像头统一配置
|
|
|
|
|
|
|
+# go2rtc 配置文件 - 5 个摄像头统一配置
|
|
|
# 启动命令: ./go2rtc -config go2rtc_all.yaml
|
|
# 启动命令: ./go2rtc -config go2rtc_all.yaml
|
|
|
# Web界面: http://localhost:1984
|
|
# Web界面: http://localhost:1984
|
|
|
|
|
|
|
@@ -35,6 +35,13 @@ streams:
|
|
|
svbc_sub:
|
|
svbc_sub:
|
|
|
- rtsp://admin:admin@192.168.0.246:554/2
|
|
- rtsp://admin:admin@192.168.0.246:554/2
|
|
|
|
|
|
|
|
|
|
+ # ========== REOLINK 摄像头 ==========
|
|
|
|
|
+ # IP: 192.168.0.88 | 品牌: Reolink
|
|
|
|
|
+ reolink:
|
|
|
|
|
+ - rtsp://admin:admin123@192.168.0.88:554/h264Preview_01_main
|
|
|
|
|
+ reolink_sub:
|
|
|
|
|
+ - rtsp://admin:admin123@192.168.0.88:554/h264Preview_01_sub
|
|
|
|
|
+
|
|
|
webrtc:
|
|
webrtc:
|
|
|
candidates:
|
|
candidates:
|
|
|
- stun:stun.l.google.com:19302
|
|
- stun:stun.l.google.com:19302
|