mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 08:41:57 +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 BufferingStrategy.BufferingStrategyEnum bufferingStrategy;
|
||||||
private boolean disableDisconnectError;
|
private boolean disableDisconnectError;
|
||||||
private boolean preventsDisplaySleepDuringVideoPlayback = true;
|
private boolean preventsDisplaySleepDuringVideoPlayback = true;
|
||||||
private float mProgressUpdateInterval = 250.0f;
|
private float mProgressUpdateInterval = 500.0f;
|
||||||
protected boolean playInBackground = false;
|
protected boolean playInBackground = false;
|
||||||
private boolean mReportBandwidth = false;
|
private boolean mReportBandwidth = false;
|
||||||
private boolean controls = false;
|
private boolean controls = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue