调整播放器默认流不拼接参数
This commit is contained in:
@@ -39,10 +39,10 @@ public class LiveExoPlayerManager {
|
||||
public LiveExoPlayerManager(Context mContext) {
|
||||
this.mContext = mContext;
|
||||
DefaultLoadControl control = new DefaultLoadControl.Builder()
|
||||
.setPrioritizeTimeOverSizeThresholds(true)
|
||||
.setPrioritizeTimeOverSizeThresholds(false)
|
||||
.setBackBuffer(15_000, true)
|
||||
.setBufferDurationsMs(100,
|
||||
15_000,
|
||||
.setBufferDurationsMs(150,
|
||||
5_000,
|
||||
50,
|
||||
100)
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user