Blake Blackshear
Blake Blackshear
You would need to backup 12 or 6 hour blocks of time instead. Also, you could try setting your record retain mode to motion to reduce the number of segments.
You could try the following ```yaml rtmp: -vf transpose=1 -c:v libx264 -preset ultrafast -tune zerolatency -an -f flv ``` If that doesn't work, then the Pi2 may not be powerful...
If you don't want notifications for people outside the zones, you will need to add conditions in your home assistant automations.
That might not matter for the full access addon. Is it always the same one that fails? Does it work if you only configure the 3 that work?
The recommended hwaccel args for qsv are ```yaml ffmpeg: hwaccel_args: -c:v h264_qsv ```
@mdelecate I just noticed that you are using H265 cameras. Try ```yaml ffmpeg: hwaccel_args: -c:v hevc_qsv ```
Green feeds just mean ffmpeg is erroring out. Logs are the only way to see why.
Is this an Intel NUC flashed with the image from the official home assistant docs? I don't know if any of the other 12th gen intel users are running HassOS.
Frigate does restart streams when they fail. Pretty sure this is happening because the default input args were modified to remove the `-timeout ` parameter.
I would rather find a way to make it clear to the user what those buttons do without implementing a dialog. That seems like the actual root cause of the...