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

Shaka-player not rendering CEA-608 Closed Captions #4605

Closed
pravarkulkarnixperi opened this issue Oct 21, 2022 · 8 comments · Fixed by #4683, #4424 or #4756
Closed

Shaka-player not rendering CEA-608 Closed Captions #4605

pravarkulkarnixperi opened this issue Oct 21, 2022 · 8 comments · Fixed by #4683, #4424 or #4756
Assignees
Labels
component: captions/subtitles The issue involves captions or subtitles priority: P1 Big impact or workaround impractical; resolve before feature release status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Milestone

Comments

@pravarkulkarnixperi
Copy link

Have you read the FAQ and checked for duplicate open issues?
Yes

What version of Shaka Player are you using?
v4.2.2

Can you reproduce the issue with our latest release version?
Yes

Can you reproduce the issue with the latest code from main?
Yes

Are you using the demo app or your own custom app?
Demo App

If custom app, can you reproduce the issue using our demo app?
Yes

What browser and OS are you using?
Google Chrome 106.0.5249.119

For embedded devices (smart TVs, etc.), what model and firmware version are you using?
NA

What are the manifest and license server URIs?
Manifest URL - https://connect-integration-msp-edge.connectcdn.net/mm/dash/live/7197_DASH_DAI/LIVESERVICE_1234/group=TG_WIFI_HD.mpd

License server URL - https://connect-integration-msp-edge.connectcdn.net/core/v5/drm/widevine/get_license

What configuration are you using? What is the output of player.getConfiguration()?
We are using default player configuration at https://shaka-player-demo.appspot.com/

What did you do?

  1. Load manifest url and license url in demo player(https://shaka-player-demo.appspot.com/)( used goole chrome with web security off to avoid CORS error issues)
  2. Start playback and turn on close caption (language is shown as "Unrecognized()"
  3. No closed captions are seen

What did you expect to happen?
We are expecting to see closed captions when we turn on closed captions. Similar thing is working on reference dash if player(https://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html), we are seeing correct closed captions.

What actually happened?

Not able to render closed captions(CEA-608) on Shaka player.

No closed captions of Shaka-player
Shaka Player

Dash-if player is showing closed captions with same stream.
dash-if Player

@pravarkulkarnixperi pravarkulkarnixperi added the type: bug Something isn't working correctly label Oct 21, 2022
@github-actions github-actions bot added this to the v4.3 milestone Oct 21, 2022
@pravarkulkarnixperi
Copy link
Author

any update on this??

@avelad avelad added the component: captions/subtitles The issue involves captions or subtitles label Nov 9, 2022
@joeyparrish
Copy link
Member

No updates at this time. Nobody has looked into this issue yet. If you want to start debugging it yourself, you should look into lib/media/, in media_source_engine.js, closed_caption_parser.js, and everything in lib/cea/.

You can also try various older versions of Shaka Player. If this is a regression, and you can tell us a version that did work for your content, it should be much, much easier for us to find the root cause by bisecting and finding a particular revision that broke it. See https://index-dot-shaka-player-demo.appspot.com/ for an index of older releases.

Sorry we haven't been able to look into your issue yet.

@joeyparrish joeyparrish added the priority: P2 Smaller impact or easy workaround label Nov 9, 2022
@joeyparrish
Copy link
Member

Just had a quick chat with @avelad, who started investigating this issue. It appears that we're missing an offset into the MDAT data, so we begin parsing at the wrong location.

@pravarkulkarnixperi
Copy link
Author

@joeyparrish thanks for update

joeyparrish added a commit that referenced this issue Nov 10, 2022
Also added H265 support and a framework for future TS CEA parser support.

Fixes #4605
Fixes #3659

Co-authored-by: Joey Parrish <joeyparrish@google.com>
@pravarkulkarnixperi
Copy link
Author

@joeyparrish Is this fix available on https://shaka-player-demo.appspot.com/demo/ ? Because I am still seeing no captions in Shakaplayer demo app above
shaka-4-3-captions-not-showing
dashif-captions-showing

@joeyparrish
Copy link
Member

Yes, it should be. The fix was in the v4.3.0 release.

I just tried to check the content URLs from this issue, but I'm denied access to the license server. I can't disable CORS because I'm on a Chromebook at the moment, and can't control Chrome's command line options in this context.

@pravarkulkarnixperi
Copy link
Author

I am still able to reproduce the issue. Can you guys please look into it.

@avelad avelad reopened this Nov 22, 2022
@avelad
Copy link
Collaborator

avelad commented Nov 22, 2022

It’s broken when the stream is encrypted

@avelad avelad added priority: P1 Big impact or workaround impractical; resolve before feature release and removed priority: P2 Smaller impact or easy workaround labels Nov 22, 2022
@avelad avelad modified the milestones: v4.3, v4.4 Dec 1, 2022
avelad added a commit that referenced this issue Dec 1, 2022
Fixes #4605

Co-authored-by: Joey Parrish <joeyparrish@google.com>
joeyparrish added a commit that referenced this issue Dec 8, 2022
Fixes #4605

Co-authored-by: Joey Parrish <joeyparrish@google.com>
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jan 30, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: captions/subtitles The issue involves captions or subtitles priority: P1 Big impact or workaround impractical; resolve before feature release status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
3 participants