Deploy Frigate NVR stack with Mosquitto, Ntfy, and frigate-notify #190
1 changed files with 2 additions and 2 deletions
Switch go2rtc streams from HTTP-FLV to RTSP
Camera had HTTP/RTMP disabled. RTSP is the Frigate-recommended protocol for ReoLink cameras. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
0a871a40b4
|
|
@ -13,9 +13,9 @@ data:
|
|||
streams:
|
||||
# GableCam IP is reserved in UX7 DHCP config
|
||||
gablecam:
|
||||
|
eblume marked this conversation as resolved
|
||||
- "ffmpeg:http://{FRIGATE_CAMERA_USER}:{FRIGATE_CAMERA_PASSWORD}@192.168.1.159/flv?port=1935&app=bcs&stream=channel0_main.bcs#video=copy#audio=copy#audio=opus"
|
||||
- "rtsp://{FRIGATE_CAMERA_USER}:{FRIGATE_CAMERA_PASSWORD}@192.168.1.159:554/h264Preview_01_main"
|
||||
gablecam_sub:
|
||||
- "ffmpeg:http://{FRIGATE_CAMERA_USER}:{FRIGATE_CAMERA_PASSWORD}@192.168.1.159/flv?port=1935&app=bcs&stream=channel0_sub.bcs"
|
||||
- "rtsp://{FRIGATE_CAMERA_USER}:{FRIGATE_CAMERA_PASSWORD}@192.168.1.159:554/h264Preview_01_sub"
|
||||
|
||||
cameras:
|
||||
gablecam:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue
here and anywhere else that 192.168.1.159 appears in IaC, include a comment that the IP is reserved in UX7's DHCP config