mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
add an option to disable hevc encoding
This commit is contained in:
@@ -165,7 +165,9 @@ namespace Jellyfin.Api.Helpers
|
||||
state.DirectStreamProvider = liveStreamInfo.Item2;
|
||||
}
|
||||
|
||||
encodingHelper.AttachMediaSourceInfo(state, mediaSource, url);
|
||||
var encodingOptions = serverConfigurationManager.GetEncodingOptions();
|
||||
|
||||
encodingHelper.AttachMediaSourceInfo(state, encodingOptions, mediaSource, url);
|
||||
|
||||
string? containerInternal = Path.GetExtension(state.RequestedUrl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user