feat(android): allow chunckless preparation (#3882)
* feat(android): add a way to disable chuncklessPreparation on HLS
This commit is contained in:
@@ -1044,7 +1044,7 @@ public class ReactExoplayerView extends FrameLayout implements
|
||||
|
||||
mediaSourceFactory = new HlsMediaSource.Factory(
|
||||
mediaDataSourceFactory
|
||||
);
|
||||
).setAllowChunklessPreparation(source.getTextTracksAllowChuncklessPreparation());
|
||||
break;
|
||||
case CONTENT_TYPE_OTHER:
|
||||
if ("asset".equals(uri.getScheme())) {
|
||||
|
||||
Reference in New Issue
Block a user