-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Player throws error in the Google search console #7547
Comments
The error you get is that there is some format that is not supported. In order to help you we need more information:
|
Here is a sample manifest, and there's no license server:
|
@joeyparrish do you have any idea? |
I do not know what would cause this, but I assume that the search console is embedding your page in an iframe, and it may not have the necessary rights to play media, or there may be modifications in the environment of that frame that break the player or its polyfills in some way. I have no experience with the Google Search Console, and I assume I won't be able to access your dashboard to debug it myself. If you can use a debug build of Shaka Player, and enable verbose logging in your app, you may be able to give us logs of the failure in context of Google Search Console. That might help us figure out what is causing the incompatibility. But since this isn't affecting actual visitors to your site, only the rendering of your page for your eyes only in Google Search Console, I'm marking this at a low priority (P3). |
Have you read the FAQ and checked for duplicate open issues?
Yes.
If the problem is related to FairPlay, have you read the tutorial?
N/A
What version of Shaka Player are you using?
4.11.7
Can you reproduce the issue with our latest release version?
I have not yet tried the latest release version.
Can you reproduce the issue with the latest code from
main
?I have not yet tried the latest code from main.
Are you using the demo app or your own custom app?
I’m using my own custom app.
If custom app, can you reproduce the issue using our demo app?
I can not test this issue on the demo app.
What browser and OS are you using?
Observed in Google Search Console’s rendering tool.
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
N/A
What are the manifest and license server URIs?
If necessary, I can provide these privately.
What configuration are you using? What is the output of
player.getNonDefaultConfiguration()
?I can provide this configuration if needed.
What did you do?
Integrated Shaka Player (version 4.11.7) on my website to play MPEG-DASH videos, which functions correctly on my site but encounters an error in Google Search Console.
What did you expect to happen?
I expected Google Search Console to render my page without error as it is doing now with jwplayer.
What actually happened?
In Google Search Console’s rendered view, the following error appears:
Are you planning send a PR to fix it?
Not at this time.
The text was updated successfully, but these errors were encountered: