mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Vainfo not returning same info docker host #6183
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Plomging on GitHub (Aug 10, 2024).
This issue respects the following points:
Description of the bug
The command "vainfo" does not return the same output on docker and on the host. As a result I don't have full decoding functionality.
The container is properly configured according the documentation.
Reproduction steps
On the host (Debian) : sudo vainfo
docker container exec containerName /usr/lib/jellyfin-ffmpeg/vainfo
In the container : Install the package "vainfo" on the container and execute "vainfo"
What is the current bug behavior?
Vainfo (host Debian)
Vainfo (Docker container)
What is the expected correct behavior?
The available encoding and decoding profiles are the same
Jellyfin Server version
10.9.9+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.9.9
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@nyanmisaka commented on GitHub (Aug 10, 2024):
Hi @Plomging, according to
ab755cb7c4, "Intel(R) Pentium(R) CPU2020M" does not support h264 and mpeg2 encoding, only decoder is available. The branch we use is newer than debuntu and therefore contains this fix.