decreasing player refresh time from 4 times per second to 2 times , to prevent crashes with heavy files

This commit is contained in:
chrisk325 2026-01-04 14:36:50 +05:30 committed by GitHub
parent 486ea63a8a
commit 5bd9f41104
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,7 +244,7 @@ public class ReactExoplayerView extends FrameLayout implements
private BufferingStrategy.BufferingStrategyEnum bufferingStrategy;
private boolean disableDisconnectError;
private boolean preventsDisplaySleepDuringVideoPlayback = true;
private float mProgressUpdateInterval = 250.0f;
private float mProgressUpdateInterval = 500.0f;
protected boolean playInBackground = false;
private boolean mReportBandwidth = false;
private boolean controls = false;