Playback won't transcode unless I untick hardware encoding. Hardware DEcoding alone works fine.
If I copy and paste the ffmpeg command from the log into my host server then it runs and transcodes the file. Maybe the issue is with the version of ffmpeg included with jellyfin?
Client displays message "Playback Error This client isn't compatible with the media and the server isn't sending a compatible media format."
Steps to Reproduce
Play a file that requires transcoding with VAAPI on and hardware encoding on. Hardware is a 5600G cpu.
Environment
OS:
Ubuntu 20.04 LTS (docker host)
CPU architecture: x86_64
How docker service was installed:
apt
Command used to create docker container (run/create/compose/screenshot)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
Hardware accelerated transcoding
Current Behavior
Playback won't transcode unless I untick hardware encoding. Hardware DEcoding alone works fine. If I copy and paste the ffmpeg command from the log into my host server then it runs and transcodes the file. Maybe the issue is with the version of ffmpeg included with jellyfin?
Client displays message "Playback Error This client isn't compatible with the media and the server isn't sending a compatible media format."
Steps to Reproduce
Play a file that requires transcoding with VAAPI on and hardware encoding on. Hardware is a 5600G cpu.
Environment
OS: Ubuntu 20.04 LTS (docker host) CPU architecture: x86_64 How docker service was installed: apt
Command used to create docker container (run/create/compose/screenshot)
docker run -d --name=jellyfin -e PUID=1000 -e PGID=1000 -e TZ=Europe/London -p 8096:8096 -p 8920:8920
#optional
-p 7359:7359/udp#optional
--volume jellyfin-config:/config --volume /transcodes:/transcodes --volume /storage/video:/media --device /dev/dri:/dev/dri --restart unless-stopped ghcr.io/linuxserver/jellyfinDocker logs