mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
decreasing player refresh time from 4 times per second to 2 times , to prevent crashes with heavy files
This commit is contained in:
parent
486ea63a8a
commit
5bd9f41104
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue