Closed RobertusIT closed 2 years ago
The latest version does not create any mp4 files in the clips directory, so you will only ever see snapshots in that folder. When watching events, the footage is dynamically assembled from the recording segments in the recordings folder. This is described in the release notes. You will also need to ensure you have updated to the latest version of the home assistant integration.
Your logs indicate that frigate is timing out when trying to connect to your cameras. Do you still have a copy of your config from 0.8.4?
The latest version does not create any mp4 files in the clips directory, so you will only ever see snapshots in that folder. When watching events, the footage is dynamically assembled from the recording segments in the recordings folder. This is described in the release notes. You will also need to ensure you have updated to the latest version of the home assistant integration.
Your logs indicate that frigate is timing out when trying to connect to your cameras. Do you still have a copy of your config from 0.8.4?
In first thanks to reply,
but about .mp4, where are stored? I use a script that save them into a cloud, have mp4 locally isn't a good idea if someone can destroy them.
And also because mp4 can make out of space the drive where are stored.
I see also a problem, because when i receive notification about an events, and see quickly the events, video is only about 2 seconds, and i can't see the movement or person.
I need to wait, so maybe i'm wrong or what ?
About conf, this is my old conf. Now i change something, because i use now http in according to frigate docs, i don't know if can help or not, but same HW, same Reolink, only I wish to save events, no record 24/7.
I don't know if my doorbell AD410 Amcrest, cause this issue. ( and get crash for ffmpeg for AD410 but also for other cams ) I don't know if ffmpeg process comes down for a cam, is also for others cam. Maybe i can provide more info about streaming, i don't know how. ffprobe give me error in windows:
C: \ Users \ bob \ Desktop> ffprobe.exe -v panic -show_error -show_streams -of json rtmp: //192.168.178.35/bcs/channel0_main.bcs? Channel = 0 & stream = 0 & user = admin & password = mypass
{
"error": {
"code": -5,
"string": "I / O error"
}
}
"stream" is not recognized as an internal or external command,
an executable program or batch file.
"user" is not recognized as an internal or external command,
an executable program or batch file.
"password" is not recognized as an internal or external command,
an executable program or batch file.
old conf
########################################## MQTT SERVER
mqtt:
host: 192.168.178.51
user: mqtt_user
password: mqtt_user
########################################## GOOGLE CORAL USB
detectors:
coral:
type: edgetpu
device: usb
#detectors:
# cpu1:
# type: cpu
# cpu2:
# type: cpu
########################################## INGRESSO
cameras:
ingresso:
ffmpeg:
hwaccel_args:
- -hwaccel
- vaapi
- -hwaccel_device
- /dev/dri/renderD128
- -hwaccel_output_format
- yuv420p
# ffmpeg:
# hwaccel_args:
# - -hwaccel_output_format
# - yuv420p
input_args:
- -avoid_negative_ts
- make_zero
output_args:
## rtmp: -c copy -f flv
clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
inputs:
- path: rtmp://192.168.178.35/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=mypass
roles:
# - detect
- clips
# - record
- rtmp
- path: rtmp://192.168.178.35/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=mypass
roles:
- detect
# width: 2560
# height: 1920
width: 640
height: 480
fps: 5
detect:
enabled: true
clips:
enabled: true
record:
enabled: false
snapshots:
enabled: true
########################################## BALCONE GRANDE
balcone_grande:
ffmpeg:
hwaccel_args:
- -hwaccel
- vaapi
- -hwaccel_device
- /dev/dri/renderD128
- -hwaccel_output_format
- yuv420p
# ffmpeg:
# hwaccel_args:
# - -hwaccel_output_format
# - yuv420p
input_args:
- -avoid_negative_ts
- make_zero
output_args:
# rtmp: -c copy -f flv
clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
inputs:
- path: rtmp://192.168.178.49/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=mypass
roles:
# - detect
- clips
# - record
- rtmp
- path: rtmp://192.168.178.49/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=mypass
roles:
- detect
# width: 2560
# height: 1920
width: 640
height: 480
fps: 3
detect:
enabled: true
clips:
enabled: true
record:
enabled: false
snapshots:
enabled: true
# motion:
# mask:
# - 563,193,355,480,240,480,0,480,0,428,0,331,0,181,0,0,252,0,563,0,640,0,640,91,640,447,640,198
########################################## VERANDA
veranda:
ffmpeg:
hwaccel_args:
- -hwaccel
- vaapi
- -hwaccel_device
- /dev/dri/renderD128
- -hwaccel_output_format
- yuv420p
# ffmpeg:
# hwaccel_args:
# - -hwaccel_output_format
# - yuv420p
input_args:
- -avoid_negative_ts
- make_zero
output_args:
# rtmp: -c copy -f flv
clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
inputs:
- path: rtmp://192.168.178.33/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=mypass
roles:
# - detect
- clips
# - record
- rtmp
- path: rtmp://192.168.178.33/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=mypass
roles:
- detect
# width: 2560
# height: 1920
width: 640
height: 480
fps: 5
detect:
enabled: true
clips:
enabled: true
record:
enabled: false
snapshots:
enabled: true
########################################## STUDIO
studio:
ffmpeg:
hwaccel_args:
- -hwaccel
- vaapi
- -hwaccel_device
- /dev/dri/renderD128
- -hwaccel_output_format
- yuv420p
# ffmpeg:
# hwaccel_args:
# - -hwaccel_output_format
# - yuv420p
input_args:
- -avoid_negative_ts
- make_zero
output_args:
# rtmp: -c copy -f flv
clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
inputs:
- path: rtmp://192.168.178.50/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=mypass
roles:
# - detect
- clips
# - record
- rtmp
- path: rtmp://192.168.178.50/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=mypass
roles:
- detect
# width: 2560
# height: 1920
width: 640
height: 480
fps: 5
detect:
enabled: true
clips:
enabled: true
record:
enabled: false
snapshots:
enabled: true
########################################## CAMERA DA LETTO
camera_da_letto:
ffmpeg:
hwaccel_args:
- -hwaccel
- vaapi
- -hwaccel_device
- /dev/dri/renderD128
- -hwaccel_output_format
- yuv420p
# ffmpeg:
# hwaccel_args:
# - -hwaccel_output_format
# - yuv420p
input_args:
- -avoid_negative_ts
- make_zero
output_args:
# rtmp: -c copy -f flv
clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
inputs:
- path: rtmp://192.168.178.53/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=mypass
roles:
# - detect
- clips
# - record
- rtmp
- path: rtmp://192.168.178.53/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=mypass
roles:
- detect
# width: 2560
# height: 1920
width: 640
height: 480
fps: 5
detect:
enabled: true
clips:
enabled: true
record:
enabled: false
snapshots:
enabled: true
but about .mp4, where are stored?
The only mp4 files will be in the recordings folder. There is not an mp4 file created per event any longer. You can use the new http endpoint to have a clip created dynamically from the recording segments for an event if you want to download and store elsewhere.
when i receive notification about an events, and see quickly the events, video is only about 2 seconds, and i can't see the movement or person.
When you play the events from the UI later, are they still short? It may take 10 seconds for the latest segment to be available after the event ends.
but about .mp4, where are stored?
The only mp4 files will be in the recordings folder. There is not an mp4 file created per event any longer. You can use the new http endpoint to have a clip created dynamically from the recording segments for an event if you want to download and store elsewhere.
when i receive notification about an events, and see quickly the events, video is only about 2 seconds, and i can't see the movement or person.
When you play the events from the UI later, are they still short? It may take 10 seconds for the latest segment to be available after the event ends.
About events from UI, but also from phone, if i press quickly, a few seconds clip, but if i wait more, i'll lucky and i can see the entire clip.
About endpoint http, I see in docs, so i guess this one right?
Needed to know the number of id event. And when an event comes, a script that see it and get the id event and launch this API, if is the way, is too complicated.
I think that is more simple, that i put the entire recordings folder, in cloud, but with google drive, there are api limit, so maybe isn't the right way.
And about error of my log that comes down ffmpeg ?
I would use the mqtt events topic and use an automation to download and upload on the end event type. I would add a 30s delay to make sure you get all available footage. The benefit will be that you can be more selective about which events you want to backup. You can choose to only backup events by object type, zone, time of day, alarm status, etc.
I would use the mqtt events topic and use an automation to download and upload on the end event type. I would add a 30s delay to make sure you get all available footage. The benefit will be that you can be more selective about which events you want to backup. You can choose to only backup events by object type, zone, time of day, alarm status, etc.
Thanks, is possible an example ? I never use it
And for these errors ?
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch 0 4150314 1349750931
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch 854846527 131626 1349882557
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -1585941932 7052586 1356935143
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -1969081529 3616298 1360551441
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch 395652878 7017514 1367568955
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -1235505551 3657514 1371226469
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -1038761585 3779114 1375005583
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -518880456 131626 1375137209
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -674289860 3851818 1378989027
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -1989864971 7142954 1386131981
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch 1518147791 4968491 1391100472
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -1192983117 8727339 1399827811
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -1613590691 131627 1399959438
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -2016485812 3858475 1403817913
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -1269044750 3784235 1407602148
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch 163411105 7356203 1414958351
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -681733577 131627 1415089978
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch 1467401314 4043307 1419133285
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch 760394418 3807275 1422940560
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch 1437208209 4286251 1427226811
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Packet mismatch -1598426396 131628 1427358439
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44366e80] Unable to seek to the next packet
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : http://192.168.178.33/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxxx: Invalid data found when processing input
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44390240] Failed to update header with correct duration.
[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp ERROR : [flv @ 0x561d44390240] Failed to update header with correct filesize.
[2021-11-04 09:03:43] watchdog.veranda INFO : Terminating the existing ffmpeg process...
[2021-11-04 09:03:43] watchdog.veranda INFO : Waiting for ffmpeg to exit gracefully...
[2021-11-04 09:03:44] frigate.video INFO : camera_da_letto: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
[2021-11-04 09:03:44] frigate.video INFO : camera_da_letto: ffmpeg process is not running. exiting capture thread...
[2021-11-04 09:03:44] frigate.video INFO : balcone_grande: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
[2021-11-04 09:03:44] frigate.video INFO : balcone_grande: ffmpeg process is not running. exiting capture thread...
[2021-11-04 09:03:44] frigate.video INFO : studio: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
[2021-11-04 09:03:44] frigate.video INFO : studio: ffmpeg process is not running. exiting capture thread...
[2021-11-04 09:03:44] frigate.video INFO : ingresso: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
[2021-11-04 09:03:44] frigate.video INFO : ingresso: ffmpeg process is not running. exiting capture thread...
[2021-11-04 09:03:44] frigate.video INFO : veranda: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
[2021-11-04 09:03:44] frigate.video INFO : veranda: ffmpeg process is not running. exiting capture thread...
[2021-11-04 09:03:53] watchdog.ingresso ERROR : FFMPEG process crashed unexpectedly for ingresso.
[2021-11-04 09:03:53] watchdog.ingresso ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
[2021-11-04 09:03:53] watchdog.ingresso ERROR : You may have invalid args defined for this camera.
[2021-11-04 09:03:53] ffmpeg.ingresso.detect ERROR : http://192.168.178.35/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxxxxxr: Connection timed out
[2021-11-04 09:03:53] ffmpeg.ingresso.record_rtmp ERROR : http://192.168.178.35/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxxxxr: Connection timed out
[2021-11-04 09:03:53] ffmpeg.ingresso.record_rtmp ERROR : [flv @ 0x558e20b28bc0] Failed to update header with correct duration.
[2021-11-04 09:03:53] ffmpeg.ingresso.record_rtmp ERROR : [flv @ 0x558e20b28bc0] Failed to update header with correct filesize.
[2021-11-04 09:03:53] watchdog.ingresso INFO : Terminating the existing ffmpeg process...
[2021-11-04 09:03:53] watchdog.ingresso INFO : Waiting for ffmpeg to exit gracefully...
[2021-11-04 09:03:53] watchdog.balcone_grande ERROR : FFMPEG process crashed unexpectedly for balcone_grande.
[2021-11-04 09:03:53] watchdog.balcone_grande ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
[2021-11-04 09:03:53] watchdog.balcone_grande ERROR : You may have invalid args defined for this camera.
[2021-11-04 09:03:53] ffmpeg.balcone_grande.detect ERROR : http://192.168.178.49/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxxxxx: Connection timed out
[2021-11-04 09:03:53] ffmpeg.balcone_grande.record_rtmp ERROR : http://192.168.178.49/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=kxxxxx: Connection timed out
[2021-11-04 09:03:53] ffmpeg.balcone_grande.record_rtmp ERROR : [flv @ 0x55c499426d00] Failed to update header with correct duration.
[2021-11-04 09:03:53] ffmpeg.balcone_grande.record_rtmp ERROR : [flv @ 0x55c499426d00] Failed to update header with correct filesize.
[2021-11-04 09:03:53] watchdog.balcone_grande INFO : Terminating the existing ffmpeg process...
[2021-11-04 09:03:53] watchdog.balcone_grande INFO : Waiting for ffmpeg to exit gracefully...
[2021-11-04 09:03:53] watchdog.veranda ERROR : FFMPEG process crashed unexpectedly for veranda.
[2021-11-04 09:03:53] watchdog.veranda ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
[2021-11-04 09:03:53] watchdog.veranda ERROR : You may have invalid args defined for this camera.
[2021-11-04 09:03:53] ffmpeg.veranda.detect ERROR : http://192.168.178.33/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxxxx: Connection timed out
[2021-11-04 09:03:53] watchdog.camera_da_letto ERROR : FFMPEG process crashed unexpectedly for camera_da_letto.
[2021-11-04 09:03:53] watchdog.camera_da_letto ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
[2021-11-04 09:03:53] watchdog.camera_da_letto ERROR : You may have invalid args defined for this camera.
[2021-11-04 09:03:53] ffmpeg.camera_da_letto.detect ERROR : http://192.168.178.53/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&passwordxxxxxx: Connection timed out
[2021-11-04 09:03:53] ffmpeg.camera_da_letto.record_rtmp ERROR : http://192.168.178.53/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=kxxxxx3r: Connection timed out
[2021-11-04 09:03:53] ffmpeg.camera_da_letto.record_rtmp ERROR : [flv @ 0x563ee84f4740] Failed to update header with correct duration.
[2021-11-04 09:03:53] ffmpeg.camera_da_letto.record_rtmp ERROR : [flv @ 0x563ee84f4740] Failed to update header with correct filesize.
[2021-11-04 09:03:53] watchdog.camera_da_letto INFO : Terminating the existing ffmpeg process...
[2021-11-04 09:03:53] watchdog.camera_da_letto INFO : Waiting for ffmpeg to exit gracefully...
[2021-11-04 09:03:53] watchdog.studio ERROR : FFMPEG process crashed unexpectedly for studio.
[2021-11-04 09:03:53] watchdog.studio ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
[2021-11-04 09:03:53] watchdog.studio ERROR : You may have invalid args defined for this camera.
[2021-11-04 09:03:53] ffmpeg.studio.detect ERROR : http://192.168.178.50/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=kxxxxxx Connection timed out
[2021-11-04 09:03:53] ffmpeg.studio.record_rtmp ERROR : http://192.168.178.50/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxxr: Connection timed out
[2021-11-04 09:03:53] ffmpeg.studio.record_rtmp ERROR : [flv @ 0x5583ca3c9740] Failed to update header with correct duration.
[2021-11-04 09:03:53] ffmpeg.studio.record_rtmp ERROR : [flv @ 0x5583ca3c9740] Failed to update header with correct filesize.
[2021-11-04 09:03:53] watchdog.studio INFO : Terminating the existing ffmpeg process...
[2021-11-04 09:03:53] watchdog.studio INFO : Waiting for ffmpeg to exit gracefully...
[2021-11-04 09:04:13] watchdog.campanello INFO : No frames received from campanello in 20 seconds. Exiting ffmpeg...
[2021-11-04 09:04:13] watchdog.campanello INFO : Waiting for ffmpeg to exit gracefully...
[2021-11-04 09:04:13] frigate.video INFO : campanello: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
[2021-11-04 09:04:13] frigate.video INFO : campanello: ffmpeg process is not running. exiting capture thread...
[2021-11-04 09:04:23] watchdog.campanello ERROR : FFMPEG process crashed unexpectedly for campanello.
[2021-11-04 09:04:23] watchdog.campanello ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
[2021-11-04 09:04:23] watchdog.campanello ERROR : You may have invalid args defined for this camera.
[2021-11-04 09:04:23] ffmpeg.campanello.detect ERROR : [aac @ 0x55a08846ef00] Too many bits 8832.000000 > 6144 per frame requested, clamping to max
[2021-11-04 09:04:23] ffmpeg.campanello.detect ERROR : [segment @ 0x55a088470b80] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[2021-11-04 09:04:23] ffmpeg.campanello.detect ERROR : [flv @ 0x55a08847bf80] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[2021-11-04 09:04:23] ffmpeg.campanello.detect ERROR : [rtsp @ 0x55a088448f00] RTP: PT=60: bad cseq 847a expected=6a29
[2021-11-04 09:04:23] ffmpeg.campanello.detect ERROR : [flv @ 0x55a08847bf80] Failed to update header with correct duration.
[2021-11-04 09:04:23] ffmpeg.campanello.detect ERROR : [flv @ 0x55a08847bf80] Failed to update header with correct filesize.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the problem you are having
Hi,
I use:
NUC8i3BEH Home Assistant into a Virtual Machine in Proxmox Frigate 0.9.4-26ae608 in LXC docker Frigate NVR Proxy Frigate installed from HACS v2.1.0 Google Coral USB with an HUB usb with DC. 4 Reolink RLC-520A - Last Firmware Version v3.0.0.494_21073000 1 Reolink RLC-410-5MP - Last Firmware Version v3.0.0.136_20121100 1 Amcrest AD410 Doorbell
RLC-520A Stream Settings
RLC-410-5MP Stream Settings
It worked fine, but since frigate got updated, the problems started.
Two issues:
1 - I don't have into clips folder, all .mp4 about events. I don't want record 24/7, only events. In clips folder I have only snapshots. Here there are my volume settings and folder map:
Here we can see into HA that clips are into 192.168.178.77 that is the Frigate LXC ip, but i didn't found them and also I don't understand how to have them into another folder like in the past.
2 - A lot of error about streaming.
I'm really lost a lot of hours without success :(
Version
0.9.4-26AE608
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
Operating system
Proxmox
Install method
Docker Compose
Coral version
USB
Network connection
Wired
Camera make and model
RLC-410-5MP - RLC-520A
Any other information that may be helpful
I reduce also bitrate but i wish to use the max settings anyway, to have the better quality as possible, and my HW i guess that can do that.
Anyway isn't stable, so I need to figure out