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

Video poster/background displays a white coloured flicker effect when loading in Firefox sometimes #1053

Open
LarsEmbloom opened this issue Nov 15, 2024 · 0 comments

Comments

@LarsEmbloom
Copy link

LarsEmbloom commented Nov 15, 2024

Expected Behavior

No flicker effect is shown while loading a video in Firefox.

Actual Behavior

Flicker effect is shown while loading a video (sometimes). Appears sometimes for a fraction of a second: poster/background disappears and appears again while a white flicker can be noticed.

Steps to Reproduce

Example, matches with "demo" but different video URL. Issue might be related to the set poster (?). Also the flicker effect seem too fast to record with video recording tools.

<div id="made-in-ny"></div>

<script src="https://player.vimeo.com/api/player.js"></script>
<script>
    const options = {
        id: 'https://player.vimeo.com/video/1024004405?h=4905512895',
        width: 640,
        loop: true
    };

    const player = new Vimeo.Player('made-in-ny', options);

    player.setVolume(0);

    player.on('play', function() {
        console.log('played the video!');
    });
</script>
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

1 participant