use go2rtc restream to remove need for two streams from camera
This commit is contained in:
@@ -46,7 +46,7 @@ spec:
|
|||||||
enabled: True
|
enabled: True
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://{FRIGATE_RTSP_DOM_USER}:{FRIGATE_RTSP_DOM_PASSWORD}@192.168.3.10:554/Streaming/Channels/101
|
- path: rtsp://127.0.0.1:8554/dom
|
||||||
roles:
|
roles:
|
||||||
- audio
|
- audio
|
||||||
- detect
|
- detect
|
||||||
@@ -55,7 +55,7 @@ spec:
|
|||||||
enabled: True
|
enabled: True
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://{FRIGATE_RTSP_GARAZ_USER}:{FRIGATE_RTSP_GARAZ_PASSWORD}@192.168.3.11:554/Streaming/Channels/101
|
- path: rtsp://127.0.0.1:8554/garaz
|
||||||
roles:
|
roles:
|
||||||
- audio
|
- audio
|
||||||
- detect
|
- detect
|
||||||
|
|||||||
Reference in New Issue
Block a user