-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
[BUG] d1366a06-ls152 broke vaapi amd transcoding on FC38 host #235
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
sorry for late submission, I discovered it long time ago but only today found time to report I am happy to help testing, I switched to source build at last working tag to obtain latest tvheadend |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Looks like the mesa-va-gallium package is missing from the base image. As a workaround, using a custom script to install at startup resolves this for me. #!/bin/bash
apk add --no-cache mesa-va-gallium |
Thanks for the tip, I pulled up to the latest applied the change, restarted the container but no joy, I remain on the d1366a06-ls152 revision where transcoding works correctly on my setup
|
+1 |
How to workaround
#!/bin/bash
echo "**** installing mesa-va-gallium ****"
apk add --no-cache mesa-va-gallium
#optional apk add --no-cache libva-utils --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
chown -R nobody:users /somedir/custom-cont-init.d
chmod u+x /somedir/custom-cont-init.d/mesa-va-gallium.sh
|
Is there an existing issue for this?
Current Behavior
Using latest or any after d1366a06-ls152 version of docker image (fresh build with latest master tvheadend) as well as repo image fails to stream using tvheadend hardware AMD transcode, stream fails (default settings, 2500kbps bandwidth) on FC37 & FC38 host giving following error in container log:
Expected Behavior
If I downgrade the build to previous tag 02987438-ls151 freshly build image (as well as repo) streams fine
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: