How to Integrate Dash content which has Dash Subtitle URL which is embeded in the contents metadata, using Video js and Videojs contrib eme #8952
Labels
needs: triage
This issue needs to be reviewed
Description
Hi all, I have a DRM content, which has embeded subtitles which is dash format
var oldTracks = player.textTracks();
When I console
oldTracks.tracks_
, I am getting cues but the value of text is in .dash formatBut when I try to add this dash subtitles to my content, it is not getting added to the video
Reduced test case
Steps to reproduce
oldTracks.tracks_
, inside cues.text, instead texts for the subtitle, I am getting a URL which ends with DashErrors
No response
What version of Video.js are you using?
7.20.1
Video.js plugins used.
videojs-contrib-eme: 4.0.0
What browser(s) including version(s) does this occur with?
Chrome 131.0.6778.205
What OS(es) and version(s) does this occur with?
Windows 11, macOS 15.2
The text was updated successfully, but these errors were encountered: