mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
[PR #1904] [MERGED] Switch ffmpeg to hls muxer (from segment) to fix premature stop on non-patched ffmpeg #8764
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#8764
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/1904
Author: @JustAMan
Created: 10/16/2019
Status: ✅ Merged
Merged: 11/3/2019
Merged by: @joshuaboniface
Base:
master← Head:hls-move-2📝 Commits (10+)
6746f70Revert "Revert "Fix premature stop when streaming""c1f9107Add more logging7aea926Stop waiting for a segment to become ready if there's no alive transcode3740228Don't start waiting for a segment which doesn't exist if transcoding is not running986ea5cFix log message - log args were swapped2f6879eAdd limiting max keyframe interval when full transcoding82f8345Log to debug all HTTP 500 response urls1bd1208Respect non-inversed setting of "enable break on non-keyframes"3132280* Make sure force_key_frames expression arguments are properly converted to stringsadccc18Revert "yarn build" as it is fixed in master, fix typo📊 Changes
4 files changed (+84 additions, -42 deletions)
View changed files
📝
Emby.Server.Implementations/HttpServer/HttpListenerHost.cs(+5 -0)📝
MediaBrowser.Api/Playback/BaseStreamingService.cs(+7 -1)📝
MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs(+70 -40)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+2 -1)📄 Description
Changes
segmenttohls(segmentmuxer has a bug patch for which is not yet accepted upstream)Issues
It should really fix https://github.com/jellyfin/jellyfin/issues/1694 without relying to use a patched ffmpeg
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.