chore(android): move contentStartTime into source prop (#4160)

This commit is contained in:
Olivier Bouillet
2024-09-14 19:53:54 +02:00
committed by GitHub
parent b74cb59602
commit 24d90e9ec8
9 changed files with 40 additions and 19 deletions

View File

@@ -166,9 +166,13 @@ controlsStyles={{
### `contentStartTime`
> [!WARNING]
> Deprecated, use source.contentStartTime instead
<PlatformsList types={['Android']} />
The start time in ms for SSAI content. This determines at what time to load the video info like resolutions. Use this only when you have SSAI stream where ads resolution is not the same as content resolution.
Note: This feature only works on DASH streams
### `debug`
@@ -833,6 +837,13 @@ source={{
}}
```
#### `contentStartTime`
<PlatformsList types={['Android']} />
The start time in ms for SSAI content. This determines at what time to load the video info like resolutions. Use this only when you have SSAI stream where ads resolution is not the same as content resolution.
Note: This feature only works on DASH streams
#### `textTracksAllowChunklessPreparation`
<PlatformsList types={['Android']} />