Skip to content
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

Player keeps loading after setting different aspect ratio #364

Open
dukesx opened this issue Apr 15, 2023 · 1 comment
Open

Player keeps loading after setting different aspect ratio #364

dukesx opened this issue Apr 15, 2023 · 1 comment

Comments

@dukesx
Copy link

dukesx commented Apr 15, 2023

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

@brightchip
Copy link

brightchip commented May 10, 2023

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;
    });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants