Closed Jmilham21 closed 6 months ago
Describe the bug When manually creating tracks objects, only captions will be parsed on Android.
tracks
To Reproduce Add any non-captions track to a tracks object and use forceLegacyConfig: true
forceLegacyConfig: true
This issue does not persist when using the modern approach of passing a JWP Delivery API response to the player.
Expected behavior All tracks types will be parsed and respected. CAPTIONS, CHAPTERS, THUMBNAILS
Screenshots / Visual evidence N/A
Additional context This came about from researching the this issue.
Resolved with this. Now, all kind of tracks should be respected,
kind
Describe the bug When manually creating
tracks
objects, only captions will be parsed on Android.To Reproduce Add any non-captions track to a
tracks
object and useforceLegacyConfig: true
This issue does not persist when using the modern approach of passing a JWP Delivery API response to the player.
Expected behavior All tracks types will be parsed and respected. CAPTIONS, CHAPTERS, THUMBNAILS
Screenshots / Visual evidence N/A
Additional context This came about from researching the this issue.