fix EnableThrottling override

This commit is contained in:
Luke Pulverenti 2016-09-23 01:45:14 -04:00
parent 043ebd8f14
commit 6f08e2152f
2 changed files with 1 additions and 6 deletions

View File

@ -1226,7 +1226,7 @@ namespace MediaBrowser.Api.Playback
}
}
protected virtual bool EnableThrottling(StreamState state)
private bool EnableThrottling(StreamState state)
{
// do not use throttling with hardware encoders
return state.InputProtocol == MediaProtocol.File &&

View File

@ -922,11 +922,6 @@ namespace MediaBrowser.Api.Playback.Hls
).Trim();
}
protected override bool EnableThrottling(StreamState state)
{
return true;
}
/// <summary>
/// Gets the segment file extension.
/// </summary>