Jellyfin Forum
SOLVED: Playback issues with certain files - 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: SOLVED: Playback issues with certain files (/t-solved-playback-issues-with-certain-files)

Pages: 1 2


RE: Playback issues with certain files - TheDreadPirate - 2025-01-20

Select Intel Quick Sync and use this wiki table to select the correct codecs for your CPU, which is in the Kaby Lake family.

https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video#Hardware_decoding_and_encoding

The low power encoding boxes are optional and require additional setup on Linux.

https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/#low-power-encoding


RE: Playback issues with certain files - Schos - 2025-01-21

Thank you for the link! I did adapt the transcoding as requested, low power I can not use at the moment (the host is running Debian 11, Debian 12 is recommended as the whole firmware-non-free repo stuff changed, so I'll be upgrading to Debian 12 soon).

But the issue remained (takes immensely long to start playback)
What I tried next:
  • copy episode in question to the same host machine, add a new volume, add a new library, remove old library
  • start playback. And it works flawless as expected.

So after a quick search in the docs I found this: https://jellyfin.org/docs/general/administration/storage/#nfs
which explains my issue to the spot!

Of course I use NFSv3 (dunno why ...)
Code:
$ mount
nuc-4:/mnt/Media/Media on /mnt/Media type nfs (rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.171,mountvers=3,mountport=32767,mountproto=udp,local_lock=none,addr=192.168.1.171)

My next step will be changing the NFS version on the server side, remounting and retrying.


RE: Playback issues with certain files - Schos - 2025-01-22

Switching to NFSv4 solved the issue for me!
I will write up summary in the first post, so other users dont have to read through everything :-) and set the title to solved.
Thank you @TheDreadPirate and @theguymadmax for your support! And finally I will drop some coins in Jellyfin piggybank