Camera Live view refuses to load [Config Support]: #22640
-
Describe the problem you are havingI have two cameras the camera named IPCAM refuses to load the live view it just hangs recording and play play work fine, also camera named FrontDoor the live view works however it switches between 16:9 ratio and 4:3 only when viewing the live stream recording is fine. System:- Can anyone see anything obvious in my config file i am missing? kind Regards Nitro Version0.17.1-416a9b7 Frigate config filemqtt:
enabled: false
ffmpeg:
hwaccel_args: preset-vaapi
detectors:
ov_0:
type: openvino
device: GPU # or NPU
ov_1:
type: openvino
device: GPU # or NPU
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
path: /openvino-model/ssdlite_mobilenet_v2.xml
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
go2rtc:
streams:
FrontDoor:
- rtsp://10.167.22.240:554/user=admin&password={FRIGATE_RTSP_PASSWORD}&channel=1&stream=1.sdp
IPCAM:
- rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/11
IPCAM_sub:
- rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/12
webrtc:
listen: :8555
cameras:
FrontDoor:
enabled: true
ffmpeg:
inputs:
- path:
rtsp://10.167.22.240:554/user=admin&password={FRIGATE_RTSP_PASSWORD}&channel=1&stream=0.sdp
input_args: preset-rtsp-restream
roles:
- record
- path:
rtsp://10.167.22.240:554/user=admin&password={FRIGATE_RTSP_PASSWORD}&channel=1&stream=1.sdp
input_args: preset-rtsp-restream
roles:
- detect
detect:
enabled: true
width: 1280
height: 720
fps: 5
objects:
track:
- person
- dog
- cat
filters:
person:
min_area: 2000
threshold: 0.7
car:
min_area: 8000
threshold: 0.7
mask:
- 0.001,0.477,0.003,0.006,0.774,0.007,0.991,0.114,0.991,0.761,0.778,0.587,0.518,0.323,0.442,0.274,0.327,0.287,0.205,0.32
- 0.001,0.488,0.063,0.493,0.535,0.978,0.481,0.996,0.003,0.987
record:
enabled: true
alerts:
retain:
days: 10 # <- number of days to keep alert recordings
detections:
retain:
days: 10 # <- number of days to keep detections recordings
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 30
zones:
Garden:
coordinates:
0.072,0.491,0.122,0.376,0.266,0.357,0.383,0.364,0.491,0.409,0.556,0.467,0.613,0.513,0.586,0.567,0.634,0.629,0.71,0.788,0.805,0.875,0.855,0.934,0.857,0.996,0.539,0.968,0.316,0.747
loitering_time: 0
inertia: 3
review:
alerts:
required_zones: Garden
detections:
required_zones: Garden
motion:
mask: 0.544,0.013,0.543,0.053,0.983,0.059,0.983,0.004
IPCAM:
enabled: true
ffmpeg:
inputs:
- path:
rtsp://127.0.0.1:8554/IPCAM_sub
input_args: preset-rtsp-restream
roles:
- detect
- path:
rtsp://127.0.0.1:8554/IPCAM
input_args: preset-rtsp-restream
roles:
- record
live:
streams: # <--- Multiple streams for Frigate 0.16 and later
Main Stream: IPCAM # <--- Specify a "friendly name" followed by the go2rtc stream name
Sub Stream: IPCAM_sub
detect:
enabled: true
width: 1280
height: 720
fps: 5
objects:
track:
- person
- dog
- cat
filters:
person:
min_area: 2000
threshold: 0.7
#car:
#min_area: 8000
#threshold: 0.7
mask:
0.006,0.012,0.976,0.01,0.971,0.32,0.852,0.297,0.825,0.438,0.507,0.49,0,0.575
record:
enabled: true
alerts:
retain:
days: 10 # <- number of days to keep alert recordings
detections:
retain:
days: 10 # <- number of days to keep detections recordings
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 30
zones:
drive:
coordinates:
0.979,0.353,0.953,1,0.016,1,0.313,0.741,0.46,0.557,0.657,0.5,0.848,0.476,0.866,0.332
loitering_time: 0
inertia: 3
review:
alerts:
required_zones: drive
detections:
required_zones: drive
motion:
mask: 0.094,0.007,0.095,0.043,0.213,0.044,0.213,0.003
threshold: 30
contour_area: 25
improve_contrast: true
semantic_search:
enabled: false
model_size: small
face_recognition:
enabled: false
model_size: small
lpr:
enabled: false
classification:
bird:
enabled: false
version: 0.17-0Relevant Frigate log output2026-03-25 18:24:15.659687885 [INFO] Preparing Frigate...
2026-03-25 18:24:16.456834135 [INFO] Starting Frigate...
2026-03-25 18:24:25.066716280 [2026-03-25 18:24:25] frigate.util.config INFO : Checking if frigate config needs migration...
2026-03-25 18:24:25.102591227 [2026-03-25 18:24:25] frigate.util.config INFO : frigate config does not need migration...
2026-03-25 18:24:25.161199386 [2026-03-25 18:24:25] frigate.app INFO : Starting Frigate (0.17.1-416a9b7)
2026-03-25 18:24:25.217248049 [2026-03-25 18:24:25] peewee_migrate.logs INFO : Starting migrations
2026-03-25 18:24:25.218364242 [2026-03-25 18:24:25] peewee_migrate.logs INFO : There is nothing to migrate
2026-03-25 18:24:25.258671869 [2026-03-25 18:24:25] frigate.app INFO : Recording process started: 678
2026-03-25 18:24:25.297919404 [2026-03-25 18:24:25] frigate.app INFO : Review process started: 691
2026-03-25 18:24:25.301564358 [2026-03-25 18:24:25] frigate.app INFO : go2rtc process pid: 112
2026-03-25 18:24:25.730479662 [2026-03-25 18:24:25] frigate.app INFO : Embedding process started: 701
2026-03-25 18:24:25.862608172 [2026-03-25 18:24:25] frigate.app INFO : Output process started: 755
2026-03-25 18:24:25.975670661 [2026-03-25 18:24:25] frigate.api.fastapi_app INFO : Starting FastAPI app
2026-03-25 18:24:26.208154635 [2026-03-25 18:24:26] frigate.camera.maintainer INFO : Camera processor started for FrontDoor: 793
2026-03-25 18:24:26.272719534 [2026-03-25 18:24:26] frigate.api.fastapi_app INFO : FastAPI started
2026-03-25 18:24:26.312041744 [2026-03-25 18:24:26] frigate.camera.maintainer INFO : Capture process started for FrontDoor: 868
2026-03-25 18:24:26.353379123 [2026-03-25 18:24:26] frigate.camera.maintainer INFO : Camera processor started for IPCAM: 934
2026-03-25 18:24:26.394126327 [2026-03-25 18:24:26] frigate.camera.maintainer INFO : Capture process started for IPCAM: 1001Relevant go2rtc log output2026-03-25 18:24:16.444406495 [INFO] Preparing new go2rtc config...
2026-03-25 18:24:17.100601553 [INFO] Starting go2rtc...
2026-03-25 18:24:17.536147119 18:24:17.535 INF go2rtc platform=linux/amd64 revision=df95ce3 version=1.9.10
2026-03-25 18:24:17.536154316 18:24:17.536 INF config path=/config/go2rtc_homekit.yml
2026-03-25 18:24:17.536718367 18:24:17.536 INF [rtsp] listen addr=:8554
2026-03-25 18:24:17.536721392 18:24:17.536 INF [api] listen addr=:1984
2026-03-25 18:24:17.537155595 18:24:17.537 INF [webrtc] listen addr=:8555
2026-03-25 18:24:25.429020314 [INFO] Starting go2rtc healthcheck service...Frigate statsNo response Operating systemOther Install methodHome Assistant Add-on docker-compose file or Docker CLI commandTruenas App installObject DetectorOpenVino Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpful2026-03-25 18:24:23.778267979 2026/03/25 18:24:23 [error] 249#249: *4 connect() failed (111: Connection refused) while connecting to upstream, client: 10.167.22.200, server: , request: "GET /api/config HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "10.167.22.110:30195", referrer: "https://10.167.22.110:30195/" |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
I can see a few issues in your configuration that are likely causing the live view problems: IPCAM Live View Not LoadingYour For the Add opus audio transcoding to your go2rtc streams: (1), (2) go2rtc:
streams:
IPCAM:
- rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/11
- "ffmpeg:IPCAM#audio=opus"
IPCAM_sub:
- rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/12
- "ffmpeg:IPCAM_sub#audio=opus"FrontDoor Aspect Ratio SwitchingFor Update your cameras:
FrontDoor:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/FrontDoor
input_args: preset-rtsp-restream
roles:
- record
- detectAnd add audio transcoding to the go2rtc stream: (1) go2rtc:
streams:
FrontDoor:
- rtsp://10.167.22.240:554/user=admin&password={FRIGATE_RTSP_PASSWORD}&channel=1&stream=1.sdp
- "ffmpeg:FrontDoor#audio=opus"Camera Settings RecommendationsFor best live view performance, configure your cameras with: (1)
WebRTC CandidatesSince you have go2rtc:
webrtc:
listen: :8555
candidates:
- 10.167.22.110:8555
- stun:8555Replace 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
The AI is partially correct here. I would suggest following the troubleshooting documentation and trying the go2rtc:
streams:
...
IPCAM:
- ffmpeg:rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/11
IPCAM_sub:
- ffmpeg:rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/12If that doesn't work, I'd try transcoding: go2rtc:
streams:
...
IPCAM:
- ffmpeg:rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/11#video=h264#audio=aac#hardware
IPCAM_sub:
- ffmpeg:rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/12#video=h264#audio=aac#hardware |
Beta Was this translation helpful? Give feedback.
-
|
Because interface is web based most important in this situation is you browser and you didn't specified what web browser you use. |
Beta Was this translation helpful? Give feedback.
The AI is partially correct here. I would suggest following the troubleshooting documentation and trying the
ffmpegmodule with go2rtc, eg:If that doesn't work, I'd try transcoding: