Fix MaxBitrate
This commit is contained in:
parent
4d324046ac
commit
b5342bb7d9
|
@ -506,11 +506,8 @@ namespace MediaBrowser.Api.Playback
|
||||||
|
|
||||||
if (mediaSource.SupportsTranscoding)
|
if (mediaSource.SupportsTranscoding)
|
||||||
{
|
{
|
||||||
if (mediaSource.IsRemote && user.Policy.ForceRemoteSourceTranscoding)
|
options.MaxBitrate = GetMaxBitrate(maxBitrate, user);
|
||||||
{
|
|
||||||
options.MaxBitrate = GetMaxBitrate(maxBitrate, user);
|
|
||||||
}
|
|
||||||
|
|
||||||
// The MediaSource supports direct stream, now test to see if the client supports it
|
// The MediaSource supports direct stream, now test to see if the client supports it
|
||||||
var streamInfo = string.Equals(item.MediaType, MediaType.Audio, StringComparison.OrdinalIgnoreCase)
|
var streamInfo = string.Equals(item.MediaType, MediaType.Audio, StringComparison.OrdinalIgnoreCase)
|
||||||
? streamBuilder.BuildAudioItem(options)
|
? streamBuilder.BuildAudioItem(options)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user