mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
The log level seems to be wrong level during Trickplay (progress bar preview) generation #7075
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 @gloryandel on GitHub (Jun 10, 2025).
Description of the bug
podman-compose jellyfin_pod
When generating Trickplay, VA-API loadding log info level?
The log recorded by systemd is an error

Web UI is Cockpit
Reproduction steps
What is the current bug behavior?
none
What is the expected correct behavior?
none
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
10.10.7
Specify the build version
10.10.7
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@gnattu commented on GitHub (Jun 10, 2025):
We don't have direct control for libva's logging behavior. You can change the
LIBVA_MESSAGING_LEVELenv var to1to tell libva only log error messages.