mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-07 23:02:57 +01:00
add setting to control transcodng throttle
This commit is contained in:
@@ -526,7 +526,9 @@ namespace MediaBrowser.Dlna.PlayTo
|
||||
streamInfo.TranscodeSeekInfo,
|
||||
streamInfo.IsTargetAnamorphic,
|
||||
streamInfo.IsTargetCabac,
|
||||
streamInfo.TargetRefFrames);
|
||||
streamInfo.TargetRefFrames,
|
||||
streamInfo.TargetVideoStreamCount,
|
||||
streamInfo.TargetAudioStreamCount);
|
||||
|
||||
return list.FirstOrDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user