mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #660] [CLOSED] Revert "Update MediaEncoding" #8251
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#8251
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/660
Author: @joshuaboniface
Created: 1/21/2019
Status: ❌ Closed
Base:
release-10.1.0← Head:revert-613-mediaencoding-dev📝 Commits (1)
a495d7fRevert "Update MediaEncoding"📊 Changes
6 files changed (+265 additions, -302 deletions)
View changed files
📝
MediaBrowser.Api/Playback/StreamRequest.cs(+23 -0)📝
MediaBrowser.Api/Playback/StreamState.cs(+77 -15)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+81 -195)📝
MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs(+21 -52)📝
MediaBrowser.Controller/MediaEncoding/EncodingJobOptions.cs(+12 -29)📝
MediaBrowser.MediaEncoding/Encoder/EncodingJob.cs(+51 -11)📄 Description
CC @MatMaul
PR #613 seems to be causing a release-critical bug with
ffmpeglogging. Specifically, with any version offfmpeg(tested3.2,4.0, and4.1), theffmpeglogs do not update with live transcode information. From our understanding of the code, these frame updates are required by Jellyfin for the WebUI to keep track of where the transcode is, and also to assist in troubleshooting anyffmpegproblems.For example, an
ffmpeglog without #613:And an ffmpeg log with #613:
The admin team has tried several quick fixes, including:
tryblock aroundnew StreamReader(source):Which results in this unhandled exception:
But neither have succeeded and we do not know exactly why this is happening.
We will need to revert this PR for the 10.1.0 release and revisit this in
devafterwards unless someone knows a quick fix.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.