vime icon indicating copy to clipboard operation
vime copied to clipboard

Player keeps loading after setting different aspect ratio

Open dukesx opened this issue 1 year ago • 1 comments

I have vertical orientation video, from HLS, when i switch "aspect ratio" to standard instagram 9:16 or 1:2 , the player just keeps loading and does nothing. Doesn't work

dukesx avatar Apr 15 '23 23:04 dukesx

Did you fixed this ? You can try add the listener for these events :

    player.addEventListener("vmPlaybackReady", (event) => {
      player.playbackReady = true;
    });

    player.addEventListener("vmReady", (event) => {
        player.ready = true;
    });

brightchip avatar May 10 '23 00:05 brightchip