diff --git a/composeApp/src/androidMain/kotlin/com/nuvio/app/features/player/PlayerEngine.android.kt b/composeApp/src/androidMain/kotlin/com/nuvio/app/features/player/PlayerEngine.android.kt index dcc8de9f7..3ec9539cb 100644 --- a/composeApp/src/androidMain/kotlin/com/nuvio/app/features/player/PlayerEngine.android.kt +++ b/composeApp/src/androidMain/kotlin/com/nuvio/app/features/player/PlayerEngine.android.kt @@ -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