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

Seeking behavior doesn't seem to work on demo page. #867

Closed
ralusek opened this issue Apr 28, 2020 · 4 comments
Closed

Seeking behavior doesn't seem to work on demo page. #867

ralusek opened this issue Apr 28, 2020 · 4 comments

Comments

@ralusek
Copy link

ralusek commented Apr 28, 2020

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

@ralusek
Copy link
Author

ralusek commented Apr 28, 2020

@cookpete I fixed this issue here:
#868

All tests/lint passing, I recommend merging it because a lot of critical behavior is resolved by this change.

@cookpete
Copy link
Owner

Fixed in v2.0.1

@omerkhan8
Copy link

working fine with youtube, but this is still happening in vimeo.. any help?

albanqoku added a commit to albanqoku/react-player that referenced this issue Feb 24, 2021
Webmaster1116 added a commit to Webmaster1116/video-player that referenced this issue May 20, 2021
@cagarweyne
Copy link

cagarweyne commented Sep 15, 2021

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

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?

webmiraclepro added a commit to webmiraclepro/video-player that referenced this issue Sep 9, 2022
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

4 participants