Jellyfin Web does not buffer ahead for Direct Play - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Jellyfin Web does not buffer ahead for Direct Play (/t-jellyfin-web-does-not-buffer-ahead-for-direct-play) |
Jellyfin Web does not buffer ahead for Direct Play - Abhishek Ranjan - 2024-11-02 Hi, I'm trying to reach out to the community about this problem I've been facing for quite a while. My Setup: - jellyfin LXC running on proxmox - Setup was done via helper-scripts - Another VM exposes a shared folder via SMB to proxmox root which then mounts it as /media inside lxc The Problem: When I'm playing a video, and it's playing as "Direct Play" (as seen from playback info), the jellyfin web client will not buffer ahead. I don't see that little white progress bar which indicates that the video has been loaded until that point. When a video is being transcoded, it does buffer ahead and I can easily move my video within the area of the white progress bar and play the video without any delay. My direct streams will often stop, buffer and start playing again. I feel the reason for this is this "pre-loading" not happening as it happens for transcoded streams. Is anyone else facing the issue, or can help me debug it ? I see no notable things in the log to indicate some sort of failure. RE: Jellyfin Web does not buffer ahead for Direct Play - Fate - 2024-11-02 Well it it always buffering then a bigger buffer probably won't help because it would always underflow... Can you describe which client you are using and how are you connect to your jellyfin instance? Also what bit rate/filesize does the file have you trying to play? posting jellyfin logs to pastebin could be helpful as well. RE: Jellyfin Web does not buffer ahead for Direct Play - Abhishek Ranjan - 2024-11-17 (2024-11-02, 12:16 PM)Fate Wrote: Well it it always buffering then a bigger buffer probably won't help because it would always underflow... I checked my link speed and found it to be much lower than expected. Found out that my pfsense had "hardfare offloading" enabled. That has atleast improved the speeds and made things better. Can you tell me what is the way to increase buffer size ? RE: Jellyfin Web does not buffer ahead for Direct Play - TheDreadPirate - 2024-11-17 What is the bit rate of the video and how fast is the network connection? Can you share your server logs so we can see what is going on server side? |