Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/8369f16d667abf324324d9c567bff445a62013e1?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

reduce remote stream buffer time

pull/702/head
Luke Pulverenti 11 years ago
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…
Cancel
Save