Jellyfin Forum
HEVC playback error in the Desktop App - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: HEVC playback error in the Desktop App (/t-hevc-playback-error-in-the-desktop-app)



HEVC playback error in the Desktop App - LordByron_ - 2024-09-05

Hello,

My Jellyfin instance was running smoothly for quite some time now. Last week I noticed, that every HEVC video I try to start in the Jellyfin Desktop App just gives me an error:
Playback failed with error "loading failed". Retry with transcode? (Note this may hang the player.)
PlaybackError.mediadecodeerror

This only happens when I access Jellyfin externally through an Apache2 reverse proxy. If I tunnel my traffic through SSH, it works without any problem.

Did maybe someone else encounter this at some point?

Thank you in advance Grinning-face


RE: HEVC playback error in the Desktop App - TheDreadPirate - 2024-09-05

Can you share your jellyfin logs via pastebin?


RE: HEVC playback error in the Desktop App - LordByron_ - 2024-09-05

(2024-09-05, 05:45 PM)TheDreadPirate Wrote: Can you share your jellyfin logs via pastebin?

Which logs do you mean? Just the one from /config/log?


RE: HEVC playback error in the Desktop App - TheDreadPirate - 2024-09-05

Yes. /config/log/log_20240905.log


RE: HEVC playback error in the Desktop App - LordByron_ - 2024-09-05

(2024-09-05, 05:57 PM)TheDreadPirate Wrote: Yes.  /config/log/log_20240905.log

Here you go: https://pastebin.com/h4LLinqD
I may need to enable some debug options, because that log doesn't seem to be that helpful.


RE: HEVC playback error in the Desktop App - TheDreadPirate - 2024-09-05

Are all your HEVC files also HDR? What are the specs of the PC running Jellyfin Media Player?

Do you have a maximum bit rate setting for remote clients?


RE: HEVC playback error in the Desktop App - LordByron_ - 2024-09-05

(2024-09-05, 06:23 PM)TheDreadPirate Wrote: Are all your HEVC files also HDR?  What are the specs of the PC running Jellyfin Media Player?

Do you have a maximum bit rate setting for remote clients?

The PC running the Media Player has a HDR Monitor connected and these specs:
Ryzen 7 5800x3d
4070Ti
32gb ram
M.2 SSDs as storage

The error only comes up if I try to play files with a bitrate over 40Mbit/s, but I don't know where I can change the limit.


RE: HEVC playback error in the Desktop App - TheDreadPirate - 2024-09-05

In JMP, click on your profile picture in the top right > Playback > Internet quality. Set to 60Mbps. Not sure if "auto" will allow for higher values. It is also possible "auto" is the problem and incorrectly detecting your network speed.


RE: HEVC playback error in the Desktop App - LordByron_ - 2024-09-05

(2024-09-05, 07:23 PM)TheDreadPirate Wrote: In JMP, click on your profile picture in the top right > Playback > Internet quality.  Set to 60Mbps.  Not sure if "auto" will allow for higher values.  It is also possible "auto" is the problem and incorrectly detecting your network speed.

Thank you very much, this worked. I wasn't able to find this setting, because you can only access it, if you have the permission to transcode video. Is there a way to change that behavior?