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

Display correct start (poster) image for the video sequence #55

Open
chdh opened this issue Aug 20, 2020 · 0 comments · Fixed by Memoriam-tv/videojs-offset#2 · May be fixed by #59
Open

Display correct start (poster) image for the video sequence #55

chdh opened this issue Aug 20, 2020 · 0 comments · Fixed by Memoriam-tv/videojs-offset#2 · May be fixed by #59

Comments

@chdh
Copy link

chdh commented Aug 20, 2020

When the video is loaded without an explicit poster image and with autoplay = false, the first image of the entire video is displayed and not the first image of the specified video sequence (the video image at the start offset).

In my application program, I can solve this problem with the following code:

player.one("canplay", () => player.currentTime(0));

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

Successfully merging a pull request may close this issue.

1 participant