We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here https://developers.google.com/youtube/player_parameters#origin it says that origin should be present if enablejsapi is set.
origin
enablejsapi
I've tried to set my origin to the video url, but embedplayer silently stops working - events like timeupdate does not trigger.
I've tried to set origin from src to data.detail.origin naively, but then I get infinite errors
The target origin provided ('https://www.youtube.com') does not match the recipient window's origin (<my actual origin>)
Is it a problem in embedplayer or am I using it wrong?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Yes, demo is working. There is no origin in the demo.
No branches or pull requests
Here https://developers.google.com/youtube/player_parameters#origin it says that
origin
should be present ifenablejsapi
is set.I've tried to set my origin to the video url, but embedplayer silently stops working - events like timeupdate does not trigger.
I've tried to set origin from src to data.detail.origin naively, but then I get infinite errors
Is it a problem in embedplayer or am I using it wrong?
The text was updated successfully, but these errors were encountered: