Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Nishu2696 opened this issue Jan 6, 2025 · 0 comments
Labels
needs: triage This issue needs to be reviewed

Comments

@Nishu2696
Copy link

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 format
But 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

  1. Try to play a DRM content with embeded Dash Subtitles
  2. If I console oldTracks.tracks_, inside cues.text, instead texts for the subtitle, I am getting a URL which ends with Dash

Errors

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

@Nishu2696 Nishu2696 added the needs: triage This issue needs to be reviewed label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: triage This issue needs to be reviewed
Projects
None yet
Development

No branches or pull requests

1 participant