mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[help] Poor Transcode Performance on DS423+ using JF with Intel QSV transcoding one stream #5296
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?
Originally created by @bradleycundari on GitHub (Dec 7, 2023).
Media Info of the file

Stats for Nerds Screenshots

Server System (please complete the following information):
Client System (please complete the following information):
Poor performance regardless of client
Container params:
@felix920506 commented on GitHub (Dec 7, 2023):
Hi, thanks for the report, 2 things here.
@bradleycundari commented on GitHub (Dec 7, 2023):
Hey Felix, thanks for the quick response. I hope I've provided enough debug info here, let me know if anything else would help.
I do try to direct play when possible, I stumbled into this issue when intentionally forcing transcodes when trying to validate my transcoding configuration for my server. I was assuming it was just misconfiguration on my part which I spent a long time trying to resolve.
It seems that at the moment there is no way to configure JF to resolve the linked issue right?
Thanks again!
@felix920506 commented on GitHub (Dec 7, 2023):
There is a "workaround" that can be annoying, which is to manually set the quality to a lower setting (such as 30mbps) in the player every time you play something. This might not work on some devices though.
From the standpoint of the code, it is "working as intended", which is to use a ~70% higher bitrate than source when converting HEVC to H264. Some hardware (Such as Intel Arc GPUs) is able to handle this kind of heavy load on the media engine. However this may not be the case for lower end devices. Under this situation, transcoding might outright fail on some devices while others will simply run at a slower (less than real time) speed.
@sevenrats commented on GitHub (Dec 8, 2023):
Hey, thanks for this report. This is not a bug. Please request support in the forum or the chat spaces. Thanks!