-
-
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
Vimeo video with password doesn't have duration or get progress events #514
Comments
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
Dec 23, 2018
Previously, duration was only set on `loaded`, which returns 0 if the video is password protected Fixes cookpete/react-player#514
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
May 23, 2020
Previously, duration was only set on `loaded`, which returns 0 if the video is password protected Fixes cookpete/react-player#514
albanqoku
added a commit
to albanqoku/react-player
that referenced
this issue
Feb 24, 2021
Previously, duration was only set on `loaded`, which returns 0 if the video is password protected Fixes cookpete/react-player#514
Webmaster1116
added a commit
to Webmaster1116/video-player
that referenced
this issue
May 20, 2021
Previously, duration was only set on `loaded`, which returns 0 if the video is password protected Fixes cookpete/react-player#514
webmiraclepro
added a commit
to webmiraclepro/video-player
that referenced
this issue
Sep 9, 2022
Previously, duration was only set on `loaded`, which returns 0 if the video is password protected Fixes cookpete/react-player#514
philip-luther
added a commit
to philip-luther/react-player
that referenced
this issue
Nov 22, 2024
Previously, duration was only set on `loaded`, which returns 0 if the video is password protected Fixes cookpete/react-player#514
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a password protected Vimeo video is opened, the password entry field is displayed as expected.
However, after the password is entered and the video shows and is then played, the video duration isn't set.
This means that progress events aren't dispatched by react-player.
There are at least 2 fixes that could be applied:
Would a pull request with one of these fixes be the way forward?
Fix 2 above seems more complete as duration as well as progress events is now available.
Thanks
The text was updated successfully, but these errors were encountered: