This commit is contained in:
Yuriy Liskov
2022-08-02 03:52:51 +03:00
parent ebdfe2e501
commit 24c4d91c80

View File

@@ -209,6 +209,7 @@ public class VideoStateManager extends PlayerEventListenerHelper implements Tick
public void onBuffering() {
// Check LIVE threshold and set speed to normal
restoreSpeed();
// Live stream starts to buffer after the end
showHideScreensaver(true);
}