Jellyfin Forum
Playback issue but transcoding works - 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: Playback issue but transcoding works (/t-playback-issue-but-transcoding-works)

Pages: 1 2 3


RE: Playback issue but transcoding works - Peronia - 2024-02-23

Sure, here they are:
Jellyfinlog
Transcodinglog


RE: Playback issue but transcoding works - TheDreadPirate - 2024-02-23

Is Debian installed bare metal on a system? Or is it a VM?


RE: Playback issue but transcoding works - Peronia - 2024-02-24

It's a lxc container which runs at Proxmox (Jellyfin runs always inside a container in my network).


RE: Playback issue but transcoding works - TheDreadPirate - 2024-02-24

So Proxmox > Debian > Jellyfin installed directly on Debian?

What is the storage for this LXC? A local disk? Network storage?


RE: Playback issue but transcoding works - Peronia - 2024-02-24

Yes you're right. The storage is a local disk and the movies are stored at a nfs share.


RE: Playback issue but transcoding works - TheDreadPirate - 2024-02-24

This shouldn't matter, but why aren't you using hardware acceleration? What are your hardware specs?

I turned on debug logging on my test setup to see what a normal transcode debug log looks like. I have this line in mine that I don't see in yours.

Code:
[2024-02-24 17:58:39.022 +00:00] [DBG] [16] Jellyfin.Api.Controllers.DynamicHlsController: Finished serving "/config/transcodes/c545c75f9b6db8892b4f63f9ea2121e51.ts"

"Finished serving" logs never appear in yours.

Do you have anything going on in your network that could potentially block or alter network traffic? A pihole? Something like that?


RE: Playback issue but transcoding works - Peronia - 2024-02-24

I have a Ryzen 5 1600 processor. This one has no graphic processors so I think I can't use hardware acceleration.
Yes I have a pihole. But I don't get it why this should interference Jellyfin. I have both for a long time...


RE: Playback issue but transcoding works - TheDreadPirate - 2024-02-24

In a browser can you open the dev console and monitor it during a transcode?


RE: Playback issue but transcoding works - Peronia - 2024-02-24

Yeah I already did it, so I found the hls error. See a couple of posts before.


RE: Playback issue but transcoding works - TheDreadPirate - 2024-02-24

Right. Forgot about that. 90% certain you have some weird network issue going on.