Description
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.
Video sources are base64.
Is there some solution for this? Is it possible initialize vgplayer manually?
Thank you
Jan