Compare commits

..

No commits in common. "6fe2bf900ac0bdcdc3f4b12911a9b59cd14023a1" and "616602643ff943d56e642966448530e82c1565c0" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -712,10 +712,6 @@ class CS3IPlayer : IPlayer {
if (cacheSize > Int.MAX_VALUE) Int.MAX_VALUE else cacheSize.toInt()
}
)
.setBackBuffer(
30000,
true
)
.setBufferDurationsMs(
DefaultLoadControl.DEFAULT_MIN_BUFFER_MS,
if (videoBufferMs <= 0) {