2024-05-31, 06:31 PM
(This post was last modified: 2024-05-31, 06:56 PM by Rafael Silva. Edited 3 times in total.)
(2024-05-30, 01:28 PM)Fate Wrote: From the log it seems jellyfin can't access the CUDA device.
Can you post the ffmpeg transcode logs as well?
Lets assume you passthrough the whole GPU, can you run:
in the Unraid terminal: docker exec -it jellyfin nvidia-smi
However CPU vs GPU decoding should have no influence over the colors. It should be nearly identical. (if you ignore minor quality differences like blocking)
Your desktop is probably getting directplay which means transcoding (gpu and cpu) is completely bypassed.
.SSA/.ass Subtitles like in Anime force the AndroidTV client to force a transcode.
Alternative is to install MPV and VLC on androidtv device and set the Jellyfin player to "external player" and select either libVLC or MPV.
disregard, fixed it