[Support]: No frames received on high resolution cameras #13036
-
Describe the problem you are havingAfter upgrading to 0.14 yesterday, my three cameras that I use high resolution on (2560x1440) keep giving me the "No frames received. Check error logs." However I do not see anything specific in the error logs other than ffmpeg process unexpectedly crashed. Version0.14 Frigate config filemqtt:
host: 192.168.99.69
user: mqtt-username
password: PASSWORD
detectors:
coral:
type: edgetpu
device: pci:0
ffmpeg:
hwaccel_args: preset-nvidia-h264
objects:
track:
- person
detect:
max_disappeared: 25
record:
enabled: true
retain:
days: 9
mode: motion
events:
retain:
default: 9
mode: motion
birdseye:
enabled: true
snapshots:
enabled: true
crop: false
bounding_box: true
go2rtc:
streams:
deck:
- rtsp://192.168.69.5:554/h264?USERNAME&PASSWORD
deck_sub:
- rtsp://192.168.69.5:554/h264cif?USERNAME&PASSWORD
frontporch:
- rtsp://192.168.69.2:554/h264?USERNAME&PASSWORD
frontporch_sub:
- rtsp://192.168.69.2:554/h264cif?USERNAME&PASSWORD
driveway:
- rtsp://USERNAME:[email protected]:554
driveway_sub:
- rtsp://USERNAME:[email protected]:554/h264Preview_01_sub
patiodoor:
- rtsp://192.168.69.4:554/h264?USERNAME&PASSWORD
patiodoor_sub:
- rtsp://192.168.69.4:554/h264cif?USERNAME&PASSWORD
fence:
- rtsp://USERNAME:[email protected]:554/cam/realmonitor?channel=1&subtype=0
fence_sub:
- rtsp://USERNAME:[email protected]:554/cam/realmonitor?channel=1&subtype=1
livingroom:
- rtsp://192.168.69.8:554/h264?USERNAME&PASSWORD
livingroom_sub:
- rtsp://192.168.69.8:554/h264cif?USERNAME&PASSWORD
diningroom:
- rtsp://192.168.69.9:554/h264?USERNAME&PASSWORD
diningroom_sub:
- rtsp://192.168.69.9:554/h264cif?USERNAME&PASSWORD
doorbell:
- rtsp://USERNAME:[email protected]:554
doorbell_sub:
- rtsp://USERNAME:[email protected]:554/h264Preview_01_sub
birdyard:
- rtsp://USERNAME:[email protected]:554
birdyard_sub:
- rtsp://USERNAME:[email protected]:554/h264Preview_01_sub
building:
- rtsp://192.168.69.12:554/h264?USERNAME&PASSWORD
building_sub:
- rtsp://192.168.69.12:554/h264?USERNAME&PASSWORD
duckrun:
- rtsp://192.168.69.13:554/h264?USERNAME&PASSWORD
duckrun_sub:
- rtsp://192.168.69.13:554/h264cif?USERNAME&PASSWORD
garage:
- rtsp://192.168.69.11:554/h264?USERNAME&PASSWORD
garage_sub:
- rtsp://192.168.69.11:554/h264cif?USERNAME&PASSWORD
coop:
- rtsp://192.168.69.15:554/h264?USERNAME&PASSWORD
coop_sub:
- rtsp://192.168.69.15:554/h264cif?USERNAME&PASSWORD
baby_room:
- rtsp://192.168.69.29:554/h264?USERNAME&PASSWORD
baby_room_sub:
- rtsp://192.168.69.29:554/h264cif?USERNAME&PASSWORD
webrtc:
candidates:
- 192.168.99.24:8555
- stun:8555
cameras:
deck:
ffmpeg:
inputs:
- path: rtsp://192.168.69.5:554/h264?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.69.5:554/h264cif?USERNAME&PASSWORD/h264Preview_01_sub
input_args: preset-rtsp-restream
roles:
- detect
detect:
enabled: true
width: 640
height: 480
fps: 5
record:
enabled: true
snapshots:
enabled: true
frontporch:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://192.168.69.2:554/h264?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.69.2:554/h264cif?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- detect
detect:
enabled: true
width: 640
height: 480
fps: 5
record:
enabled: true
snapshots:
enabled: true
driveway:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://USERNAME:[email protected]:554
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://USERNAME:[email protected]:554/h264Preview_01_sub
input_args: preset-rtsp-restream
roles:
- detect
detect:
enabled: true
width: 640
height: 480
fps: 5
record:
enabled: true
snapshots:
enabled: true
patiodoor:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://192.168.69.4:554/h264?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.69.4:554/h264cif?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- detect
detect:
enabled: true
width: 640
height: 480
fps: 5
record:
enabled: true
snapshots:
enabled: true
fence:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://USERNAME:[email protected]:554
input_args: preset-rtsp-restream
roles:
- detect
- path:
rtsp://USERNAME:[email protected]:554/cam/realmonitor?channel=1&subtype=1
input_args: preset-rtsp-restream
roles:
- record
objects:
track:
- person
- dog
- cat
detect:
enabled: true
width: 704
height: 480
fps: 5
record:
enabled: true
snapshots:
enabled: true
livingroom:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://192.168.69.8:554/h264?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- record
- detect
output_args:
record: preset-record-generic-audio-aac
detect:
enabled: true
width: 2560
height: 1440
fps: 5
record:
enabled: true
snapshots:
enabled: true
crop: false
height: 1440
mqtt:
timestamp: false
bounding_box: false
crop: false
quality: 100
height: 1440
diningroom:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://192.168.69.9:554/h264?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- record
- detect
mqtt:
enabled: true
crop: false
bounding_box: false
quality: 100
height: 1080
detect:
enabled: true
width: 2560
height: 1440
fps: 5
record:
enabled: true
snapshots:
enabled: true
crop: false
height: 1440
objects:
filters:
person:
mask:
- 1608,246,1518,241,1518,184,1616,202
motion:
mask:
- 1391,1055,1872,1054,1865,1009,1384,1013
doorbell:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://USERNAME:[email protected]:554
input_args: preset-rtsp-restream
roles:
- detect
- record
output_args:
record: preset-record-generic-audio-aac
mqtt:
enabled: true
crop: false
quality: 100
height: 1920
detect:
enabled: true
width: 2560
height: 1920
fps: 5
record:
enabled: true
snapshots:
enabled: true
crop: false
height: 1920
birdyard:
ffmpeg:
inputs:
- path: rtsp://USERNAME:[email protected]:554
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://USERNAME:[email protected]:554/h264Preview_01_sub
input_args: preset-rtsp-restream
roles:
- detect
objects:
track:
- person
- dog
detect:
enabled: true
width: 640
height: 480
fps: 5
record:
enabled: true
snapshots:
enabled: true
motion:
mask:
- 415,22,219,22,222,0,415,0
building:
ffmpeg:
inputs:
- path: rtsp://192.168.69.12:554/h264?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://192.168.69.12:554/h264cif?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- record
objects:
track:
- person
- dog
detect:
enabled: true
width: 640
height: 480
record:
enabled: true
snapshots:
enabled: true
duckrun:
ffmpeg:
inputs:
- path: rtsp://192.168.69.13:554/h264?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://192.168.69.13:554/h264cif?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- record
objects:
track:
- person
- dog
detect:
enabled: true
width: 640
height: 480
record:
enabled: true
snapshots:
enabled: true
garage:
ffmpeg:
inputs:
- path: rtsp://192.168.69.11:554/h264?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://192.168.69.11:554/h264cif?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- record
detect:
enabled: true
width: 640
height: 480
record:
enabled: true
snapshots:
enabled: true
coop:
ffmpeg:
inputs:
- path: rtsp://192.168.69.15:554/h264?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://192.168.69.15:554/h264cif?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- record
detect:
enabled: true
width: 640
height: 480
record:
enabled: true
snapshots:
enabled: true
baby_room:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://192.168.69.29:554/h264?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://192.168.69.29:554/h264cif?USERNAME&PASSWORD
input_args: preset-rtsp-restream
roles:
- record
output_args:
record: preset-record-generic-audio-aac
detect:
enabled: true
width: 640
height: 480
record:
enabled: true
snapshots:
enabled: true
version: 0.14
camera_groups:
Baby_Room:
order: 1
icon: LuBaby
cameras: baby_room
Front_Yard:
order: 2
icon: LuDoorClosed
cameras:
- doorbell
- driveway
- frontporch
Back_Yard:
order: 3
icon: LuBone
cameras:
- deck
- garage
- patiodoor
- fence
Bird_Yard:
order: 4
icon: LuBird
cameras:
- birdyard
- building
- coop
Indoor:
order: 5
icon: LuDog
cameras:
- diningroom
- livingroom Relevant log output2024-08-13 14:00:00.986336612 [2024-08-13 14:00:00] frigate.record.maintainer WARNING : Failed to probe corrupt segment /tmp/cache/[email protected]
2024-08-13 14:00:00.986480584 [2024-08-13 14:00:00] frigate.record.maintainer WARNING : Discarding a corrupt recording segment: /tmp/cache/[email protected]
2024-08-13 14:00:01.198651678 [2024-08-13 14:00:01] watchdog.coop ERROR : No new recording segments were created for coop in the last 120s. restarting the ffmpeg record process...
2024-08-13 14:00:01.198778730 [2024-08-13 14:00:01] watchdog.coop INFO : Terminating the existing ffmpeg process...
2024-08-13 14:00:01.198780790 [2024-08-13 14:00:01] watchdog.coop INFO : Waiting for ffmpeg to exit gracefully...
2024-08-13 14:00:01.295902772 [2024-08-13 14:00:01] watchdog.baby_room ERROR : No new recording segments were created for baby_room in the last 120s. restarting the ffmpeg record process...
2024-08-13 14:00:01.295963143 [2024-08-13 14:00:01] watchdog.duckrun ERROR : No new recording segments were created for duckrun in the last 120s. restarting the ffmpeg record process...
2024-08-13 14:00:01.305075539 [2024-08-13 14:00:01] watchdog.baby_room INFO : Terminating the existing ffmpeg process...
2024-08-13 14:00:01.305126860 [2024-08-13 14:00:01] watchdog.duckrun INFO : Terminating the existing ffmpeg process...
2024-08-13 14:00:01.305172871 [2024-08-13 14:00:01] watchdog.baby_room INFO : Waiting for ffmpeg to exit gracefully...
2024-08-13 14:00:01.305212671 [2024-08-13 14:00:01] watchdog.duckrun INFO : Waiting for ffmpeg to exit gracefully...
2024-08-13 14:00:05.147197278 [2024-08-13 14:00:05] watchdog.fence ERROR : No new recording segments were created for fence in the last 120s. restarting the ffmpeg record process...
2024-08-13 14:00:05.156231124 [2024-08-13 14:00:05] watchdog.building ERROR : No new recording segments were created for building in the last 120s. restarting the ffmpeg record process...
2024-08-13 14:00:05.156294705 [2024-08-13 14:00:05] watchdog.garage ERROR : No new recording segments were created for garage in the last 120s. restarting the ffmpeg record process...
2024-08-13 14:00:05.156349205 [2024-08-13 14:00:05] watchdog.driveway ERROR : No new recording segments were created for driveway in the last 120s. restarting the ffmpeg record process...
2024-08-13 14:00:05.156480067 [2024-08-13 14:00:05] watchdog.fence INFO : Terminating the existing ffmpeg process...
2024-08-13 14:00:05.156515297 [2024-08-13 14:00:05] watchdog.building INFO : Terminating the existing ffmpeg process...
2024-08-13 14:00:05.156553338 [2024-08-13 14:00:05] watchdog.building INFO : Waiting for ffmpeg to exit gracefully...
2024-08-13 14:00:05.156590288 [2024-08-13 14:00:05] watchdog.garage INFO : Terminating the existing ffmpeg process...
2024-08-13 14:00:05.156628749 [2024-08-13 14:00:05] watchdog.garage INFO : Waiting for ffmpeg to exit gracefully...
2024-08-13 14:00:05.156669599 [2024-08-13 14:00:05] watchdog.driveway INFO : Terminating the existing ffmpeg process...
2024-08-13 14:00:05.156702560 [2024-08-13 14:00:05] watchdog.driveway INFO : Waiting for ffmpeg to exit gracefully...
2024-08-13 14:00:05.156740420 [2024-08-13 14:00:05] watchdog.fence INFO : Waiting for ffmpeg to exit gracefully...
2024-08-13 14:00:05.186667983 [2024-08-13 14:00:05] watchdog.frontporch ERROR : No new recording segments were created for frontporch in the last 120s. restarting the ffmpeg record process...
2024-08-13 14:00:05.186760194 [2024-08-13 14:00:05] watchdog.frontporch INFO : Terminating the existing ffmpeg process...
2024-08-13 14:00:05.186828375 [2024-08-13 14:00:05] watchdog.frontporch INFO : Waiting for ffmpeg to exit gracefully...
2024-08-13 14:00:05.208901688 [2024-08-13 14:00:05] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-08-13 14:00:05.208952508 [2024-08-13 14:00:05] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-13 14:00:05.209000039 [2024-08-13 14:00:05] ffmpeg.doorbell.detect ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device
2024-08-13 14:00:05.209051410 [2024-08-13 14:00:05] ffmpeg.doorbell.detect ERROR : Error initializing output stream 0:1 --
2024-08-13 14:00:05.209106560 [2024-08-13 14:00:05] watchdog.livingroom ERROR : Ffmpeg process crashed unexpectedly for livingroom.
2024-08-13 14:00:05.209153921 [2024-08-13 14:00:05] watchdog.livingroom ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-13 14:00:05.209189531 [2024-08-13 14:00:05] ffmpeg.livingroom.detect ERROR : [aac @ 0x557f50be0440] Too many bits 8832.000000 > 6144 per frame requested, clamping to max
2024-08-13 14:00:05.209218362 [2024-08-13 14:00:05] ffmpeg.livingroom.detect ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device
2024-08-13 14:00:05.209251472 [2024-08-13 14:00:05] ffmpeg.livingroom.detect ERROR : Error initializing output stream 0:1 --
2024-08-13 14:00:05.209280763 [2024-08-13 14:00:05] watchdog.diningroom ERROR : Ffmpeg process crashed unexpectedly for diningroom.
2024-08-13 14:00:05.209309333 [2024-08-13 14:00:05] watchdog.diningroom ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-13 14:00:05.209339673 [2024-08-13 14:00:05] ffmpeg.diningroom.detect ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device
2024-08-13 14:00:05.209366314 [2024-08-13 14:00:05] ffmpeg.diningroom.detect ERROR : Error initializing output stream 0:0 --
2024-08-13 14:00:05.209405874 [2024-08-13 14:00:05] ffmpeg.diningroom.detect ERROR : FFprobe output from your cameraNot sure how to do this. Frigate statsNo response Operating systemUNRAID Install methodDocker Compose Object DetectorCoral Network connectionWired Camera make and modelreolink and Unilook Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 47 replies
-
What do your go2rtc logs show? |
Beta Was this translation helpful? Give feedback.
-
It looks like your |
Beta Was this translation helpful? Give feedback.
-
mqtt: detectors: objects: detect: record: birdseye: snapshots: go2rtc: version: 0.14 |
Beta Was this translation helpful? Give feedback.
-
It's not letting me post in the correct format |
Beta Was this translation helpful? Give feedback.
No problem. A few more changes you should make:
hwaccel_args: preset-nvidia-h264
from each cameraffmpeg:
. So for example: