fix(android): allow chunk less preparation (#3913)

This commit is contained in:
Olivier Bouillet
2024-06-20 11:19:35 +02:00
committed by GitHub
parent 84bb910d10
commit 264b57aa2e
4 changed files with 8 additions and 5 deletions

View File

@@ -170,6 +170,8 @@ const Video = forwardRef<VideoRef, ReactVideoProps>(
cropStart: resolvedSource.cropStart || 0,
cropEnd: resolvedSource.cropEnd,
metadata: resolvedSource.metadata,
textTracksAllowChunklessPreparation:
resolvedSource.textTracksAllowChunklessPreparation,
};
}, [source]);