Issue with 4K playback - 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: Issue with 4K playback (/t-issue-with-4k-playback) |
Issue with 4K playback - rsks1 - 2024-12-11 Hi everyone, I’m running a server on Windows 10 LTSC with the following specs: CPU: i5 7400 GPU: GTX 1060 Storage: SSD and HDD Jellyfin works great for 1080p content, but I’m running into an issue with high-bitrate 4K content. Every ~3 minutes, playback freezes for ~45 seconds. Interestingly, this doesn’t happen when I use Plex with the same 4K files. I’ve tested this on two endpoint devices—my gaming PC and an Apple TV 4K using Swiftfin—and the issue is the same on both. It also happens regardless of whether hardware transcoding is enabled or disabled. For context, everything is wired with gigabit Ethernet, so network speed shouldn’t be the problem. Logs: https://pastebin.com/1vkTqwat Any ideas on what could be causing this? RE: Issue with 4K playback - TheDreadPirate - 2024-12-11 I don't see anything in that ffmpeg log that would point to a culprit. Is it transcoding in Plex? RE: Issue with 4K playback - rsks1 - 2024-12-11 Plex is under the setting "Play at original quality", it works if I have it transcode to 1080p. RE: Issue with 4K playback - TheDreadPirate - 2024-12-11 I honestly don't have enough information to go on. Most of the time, this is caused by network issues. It has been a long time since I used Plex. I can't remember if Plex will still transcode, if needed, when it is set to "play at original quality". RE: Issue with 4K playback - rsks1 - 2024-12-11 Unfortunate. It's most likely a weird windows issue, I will switch back to linux eventually. RE: Issue with 4K playback - rsks1 - 2024-12-20 Thought I'd give an update, I'm still using windows but I tried Jellyfin on Docker Desktop using wsl. It works without the freezing I was having on Jellyfin-Windows. It has noticeably worse performance with dropped frames (probably because the virtualization reduces the cpu capacity, I still wouldnt know how to get gpu working through windows docker) Possibly this is a bug with Jellyfin windows? I've tried it on windows 10 and 11 and I'm getting the same freezing RE: Issue with 4K playback - Ndmshdid - 2024-12-20 I have issues with Directstreaming of 4K content, it happens with few 4K not all, but it happens particularly with this series and don't know what is the problem RE: Issue with 4K playback - gnattu - 2024-12-20 (2024-12-20, 10:15 AM)Ndmshdid Wrote: I have issues with Directstreaming of 4K content, it happens with few 4K not all, but it happens particularly with this series and don't know what is the problem Try latest jellyfin-ffmpeg: https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v7.0.2-8 Download the jellyfin-ffmpeg_7.0.2-8_portable_win64-clang-gpl.zip, and overwrite what currently being in the jellyfin install folder. This version should fixed the dts copy issue. RE: Issue with 4K playback - Ndmshdid - 2024-12-20 (2024-12-20, 01:41 PM)gnattu Wrote: Try latest jellyfin-ffmpeg: https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v7.0.2-8 Thank you so much, I had this problem for months now. It is completely fixed now. Thanks |