-
Notifications
You must be signed in to change notification settings - Fork 378
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
Embed player API seek method and event "ready" does not work #514
Comments
|
any progress on this one? it does seem like images describing the flow above
Is there an event listener other than |
|
|
|
got it. thanks for the reply |
|
Hello, @scien Apologies for the previous inaccurate reply. We will be implementing a 'playing' event that will signify when the video/channel is playing and ready to go. |
|
thanks @mrjumjum . What about in the case where a player is embedded without autoplay? It would be nice to have an event knowing that it's safe to call |
|
any update here? I too am curious @mrjumjum |
|
Bump, I have been able to repro the case on my end. You have to have |
|
Waiting for what @scien said. Right now after setChannel(src), calling .play() won't work until a while later. I need an event to know when the video is ready to be played. |





The docuemtation says.
What exactly is function calls in this case? Because in the example below
player.seek(startTime)does not work. I do see the log message in console.The text was updated successfully, but these errors were encountered: