-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Seeking behavior doesn't seem to work on demo page. #867
Comments
Fixed in |
working fine with youtube, but this is still happening in vimeo.. any help? |
`refs` is used internally by React Closes cookpete/react-player#868 Closes cookpete/react-player#866 Fixes cookpete/react-player#867 Fixes cookpete/react-player#861
`refs` is used internally by React Closes cookpete/react-player#868 Closes cookpete/react-player#866 Fixes cookpete/react-player#867 Fixes cookpete/react-player#861
I know on mobile there are some issues with video etc. But the seek does not work on mobile, it's the same as the issue described above. Is this a known issue? |
`refs` is used internally by React Closes cookpete/react-player#868 Closes cookpete/react-player#866 Fixes cookpete/react-player#867 Fixes cookpete/react-player#861
`refs` is used internally by React Closes cookpete/react-player#868 Closes cookpete/react-player#866 Fixes cookpete/react-player#867 Fixes cookpete/react-player#861
Be sure to search for your issue before opening a new one.
Current Behavior
On this demo page:
https://cookpete.com/react-player/
The seek position slider will update correctly with the current timestamp, but clicking on a position along the slider will temporarily move the slider to that position, fail to seek the video accordingly, and jump back to the position corresponding with the player's position. I tried this with YouTube, Vimeo, and a few others, and they all demonstrated the same behavior.
Expected Behavior
I expect seeking to a position to have the corresponding video playback also seek to the same position.
Steps to Reproduce
1.) go to https://cookpete.com/react-player/
2.) click on Youtube Test A
3.) click play on the video, wait for playback to begin
4.) note position on bar titled "Seek" updating correctly, corresponding with position in playback
5.) attempt to move the seek marker (not in the YouTube video, but react-player UI) to a desired position
6.) note that the video does not seek to this position, and the playback marker jumps back to the video playback position
Environment
Other Information
The text was updated successfully, but these errors were encountered: