mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-27 06:52:18 +00:00
fix: adjust buffer duration
This commit is contained in:
parent
3adee555c5
commit
18305062a1
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ actual fun PlatformPlayerSurface(
|
|||
val loadControl = DefaultLoadControl.Builder()
|
||||
.setTargetBufferBytes(100 * 1024 * 1024)
|
||||
.setBufferDurationsMs(
|
||||
DefaultLoadControl.DEFAULT_MIN_BUFFER_MS,
|
||||
15_000,
|
||||
70_000,
|
||||
DefaultLoadControl.DEFAULT_BUFFER_FOR_PLAYBACK_MS,
|
||||
5_000
|
||||
|
|
|
|||
Loading…
Reference in a new issue