-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
How to resolve ffmpeg errors when enabling Raspberry Pi 4 ffmpeg 32 bit hardware acceleration #731
Comments
full config file
|
I'm assuming you are seeing ffmpeg be restarted in the logs too. Is it in a continuous fail loop or does it work for a while and fail occasionally? |
Thanks for looking into the matter. I do a 'docker-compose up' and I see the errors in the terminal. Here is a more detailed log of what is in the output
|
This is what I would expect to see if there wasn't enough gpu memory available for mmal. Can you post your compose file as well? |
This is my docker-compose.yml
|
in /boot/config.txt That seems to so the trick. The error messages disappeared. |
I have frigate 0.8.1-D376F6B running on a Raspberry Pi.
('vcgencmd get_mem gpu' gives the result
gpu=128M
)
Without hardware acceleration the application runs fine.
However, when I enable
I get strange errors:
Any suggestions on what to do to resolve these errors?
The text was updated successfully, but these errors were encountered: