We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have installed zoneminder only twice, so please bear that in mind.
zoneminder v1.36.35
I installed on ubuntu 24.04 from the ppa. I added vaapi to the Monitor Source DecoderHWAccelName field
I received these errors:
Failed to create hwaccel device. Generic error in an external library
to fix this, I needed to do:
sudo usermod -aG render www-data and sudo systemctl restart apache2
sudo usermod -aG render www-data
sudo systemctl restart apache2
I no longer have the error in the logs
So my suggestion is to add that to the Ubuntu install logs
I don't think vaapi is actually doing anything, but does remove the error from the logs
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Just a reminder, this forum is for Bug Reports only. Be sure to follow the issue template!
Sorry, something went wrong.
No branches or pull requests
I have installed zoneminder only twice, so please bear that in mind.
zoneminder v1.36.35
I installed on ubuntu 24.04 from the ppa.
I added
vaapi
to the Monitor Source DecoderHWAccelName field
I received these errors:
Failed to create hwaccel device. Generic error in an external library
to fix this, I needed to do:
sudo usermod -aG render www-data
and
sudo systemctl restart apache2
I no longer have the error in the logs
So my suggestion is to add that to the Ubuntu install logs
I don't think vaapi is actually doing anything, but does remove the error from the logs
The text was updated successfully, but these errors were encountered: