-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Youtube video starts playing after seekTo #437
Comments
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
Dec 23, 2018
Still not ideal as it will show a spinner if the video hasn't been played yet, but better than nothing Partially fixes cookpete/react-player#437
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
May 23, 2020
Still not ideal as it will show a spinner if the video hasn't been played yet, but better than nothing Partially fixes cookpete/react-player#437
albanqoku
added a commit
to albanqoku/react-player
that referenced
this issue
Feb 24, 2021
Still not ideal as it will show a spinner if the video hasn't been played yet, but better than nothing Partially fixes cookpete/react-player#437
Webmaster1116
added a commit
to Webmaster1116/video-player
that referenced
this issue
May 20, 2021
Still not ideal as it will show a spinner if the video hasn't been played yet, but better than nothing Partially fixes cookpete/react-player#437
webmiraclepro
added a commit
to webmiraclepro/video-player
that referenced
this issue
Sep 9, 2022
Still not ideal as it will show a spinner if the video hasn't been played yet, but better than nothing Partially fixes cookpete/react-player#437
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#386
Hi,
sorry to open this issue here, I thought by adding a comment to the other one it would reopen it.
About the problem:
When I execute seekTo on a player that has a Youtube video loaded, the video starts even though playing is false. Strangely it is not happening on the demo page.
Here you have an example: https://codesandbox.io/s/0xryy1xk6l
After clicking on the "SeekTo" below the video it jumps to the specified position and starts.
Thanks for your help!
The text was updated successfully, but these errors were encountered: