Kodi doesn’t do any transcoding. It just mounts the NFS share and plays the file.
Comment on Please help me stop my baby from crying because kodi keeps buffering
Scrath@lemmy.dbzer0.com 2 months ago
I’m not sure about how this works in kodi but in jellyfin the client might request a different resolution which causes the server to try and reencode the provided file on the fly. In my case my server isn’t fast enough for this which leads to constant buffering
cmnybo@discuss.tchncs.de 2 months ago
GravitySpoiled@lemmy.ml 2 months ago
Likely, This is it. It transcodes and hence it has to buffer because the server isn’t strong enough. Best is to use a gpu like intel a380 as described in jellyfin’s doc.
Gutless2615@ttrpg.network 2 months ago
No no transcoding happening on kodi, it’s just playing it straight over the lan. That said I do have jellyfin set up on a machine that can handle transcoding for a number of clients. I gave considered switching to Kodi +Jellyfin and seeing if that’s better.
tofubl@discuss.tchncs.de 2 months ago
Installing the Jellyfin add on into kodi takes a few minutes. Nothing much to consider, just try it and see if that changes anything.
I have a similar setup (rpi with OSMC, media hosted on file server) and prefer using Jellyfin as the source for all clients, as it keeps track of watched status across everything. It’s not perfect, but better.
breadsmasher@lemmy.world 2 months ago
I havent used kodi in a long time, since swapping to jellyfin. I personally found kodi would always buffer sometimes, far more than it should ever need to. With jellyfin, same server, no buffer
Voroxpete@sh.itjust.works 2 months ago
There’s no backend server to do the transcoding in this case. Kodi can access raw NFS/SMB file shares the same as accessing local storage, so it’s just reading the file over the network, the same as if you were playing it in VLC on your PC.