mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13561] [CLOSED] Patch for WebOS issue 248 (Hanging on DV files) #13625
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13561
Author: @patrickd77-eng
Created: 2/15/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
b6b3878Update StreamState.cs📊 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.