reduce remote stream buffer time
This commit is contained in:
parent
a9f243e8c4
commit
8369f16d66
|
@ -759,7 +759,7 @@ namespace MediaBrowser.Api.Playback
|
|||
// This is arbitrary, but add a little buffer time when internet streaming
|
||||
if (state.IsRemote)
|
||||
{
|
||||
await Task.Delay(4000).ConfigureAwait(false);
|
||||
await Task.Delay(3000).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user