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
Videos are loaded from API. It seems that onPlayerReady is called earlier than videos are loaded and passed. It is used
.getDefaultMedia() .subscriptions.loadedMetadata.subscribe(this.initVdo.bind(this));
when initVdo is invoked isCompleted property is false.
isCompleted
Video sources are base64.
Is there some solution for this? Is it possible initialize vgplayer manually?
Thank you Jan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Videos are loaded from API. It seems that onPlayerReady is called earlier than videos are loaded and passed.
It is used
when initVdo is invoked
isCompleted
property is false.Video sources are base64.
Is there some solution for this? Is it possible initialize vgplayer manually?
Thank you
Jan
The text was updated successfully, but these errors were encountered: