-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.11.0 Frigate not working !do u know why?[Config Support]: #4008
Comments
This is probably related to #3780 |
In my case (on arm32 on a Pi4) this is caused by the Dockerfile installing ffmpeg 4.x (the Dockerfile seems to only pull a 5.x build on arm64). |
Interesting, if that is the case then you just set the |
FYI anyone else searching, I was having the green camera issue on arm32 RPi4, found this post and added |
Thanks, worked perfectly for me! |
Hi to everyone, I'm facing the same issue and would like to try your workaround but where exactly do I have to put input_args: -stimeout 10 in the frigate configuration file (evtl. infos about the indentation would be appreciated). Sorry for my limited knowledge |
ffmpeg:
input_args: -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -stimeout 5000000 -use_wallclock_as_timestamps 1 |
@NickM-27 many many thanks for your fast reply, apparently it now works as it used to, so far as I understand those settings are necessary when using a 32 bit OS but are not necessary with a 64 bit OS, is that correct. I now take the chance to ask you where am I suppose to understand why this is that way and where to learn something introductory to this complicated ffmpeg world. Moreover does this update have any adverse response when using a coral usb accelerator? Again thank you. |
@KonTiki1957 it's because 32bit arm uses a different (older) ffmpeg version compared to other archs as the BtBn build we are using doesn't support 32 bit. In general 32 bit support is wavering for Frigate and we recommend updating to 64bit |
I have this issue .. basically hwaccel never worked, since I only added a camera to Frigate on HAOS last month. arm64 RPi4 Issue: green stream from a H264 camera with Frigate hwaccel_args: -c:v h264_v4l2m2m |
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
0.11.0 not working do u know why? green screen~~~~
raspberry pi2
Home Assistant 2022.9.7
Supervisor 2022.09.1
Operating System 9.0
前端版本: 20220907.2 - latest
Version
0.11
Frigate config file
Relevant log output
Frigate stats
No response
Operating system
Debian
Install method
HassOS Addon
Coral version
CPU (no coral)
Any other information that may be helpful
No response
The text was updated successfully, but these errors were encountered: