vime
vime copied to clipboard
Player keeps loading after setting different aspect ratio
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
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;
});