[PR #13561] [CLOSED] Patch for WebOS issue 248 (Hanging on DV files) #13625

Closed
opened 2026-02-07 07:16:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13561
Author: @patrickd77-eng
Created: 2/15/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 MediaBrowser.Controller/Streaming/StreamState.cs (+6 -0)

📄 Description

Changes

The change aims to only impact the WebOS client by limiting segment length to 1 instead of 6. The author, fhelland, described the issue it fixes as this:

“Using a shorter hls_time value of 1 second ensures that the playlist generated by FFmpeg matches the one created ahead of playback. When playback on Jellyfin WebOS reached a mismatched segment, playback would stop."

Multiple users have tested this change with success, most are now running their own custom build with it added in. Credit to @fhelland for the investigation and reasoning. This will help to prevent an extremely frustrating issue, at least until a better alternative is found.

Issues

https://github.com/jellyfin/jellyfin-webos/issues/248


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/13561 **Author:** [@patrickd77-eng](https://github.com/patrickd77-eng) **Created:** 2/15/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b6b3878`](https://github.com/jellyfin/jellyfin/commit/b6b38783615b748f2df2d49a4efda511cd021152) Update StreamState.cs ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Streaming/StreamState.cs` (+6 -0) </details> ### 📄 Description **Changes** <!-- Describe your changes here in 1-5 sentences. --> The change aims to only impact the WebOS client by limiting segment length to 1 instead of 6. The author, fhelland, described the issue it fixes as this: “Using a shorter hls_time value of 1 second ensures that the playlist generated by FFmpeg matches the one created ahead of playback. When playback on Jellyfin WebOS reached a mismatched segment, playback would stop." Multiple users have tested this change with success, most are now running their own custom build with it added in. Credit to @fhelland for the investigation and reasoning. This will help to prevent an extremely frustrating issue, at least until a better alternative is found. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> https://github.com/jellyfin/jellyfin-webos/issues/248 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:16:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13625