We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
getVideoData().isLive
false
getInternalPlayer().getVideoData().isLive is false even if the URL provided is live on youtube videos.
getInternalPlayer().getVideoData().isLive
getInternalPlayer().getVideoData().isLive should be true if the youtube URL is a live video
https://www.youtube.com/watch?v=jfKfPfyJRdk
reactPlayerRef.current.getInternalPlayer().getVideoData().isLive
I also noticed that the getDuration() method returns 0 on live videos as well
getDuration()
0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
getInternalPlayer().getVideoData().isLive
isfalse
even if the URL provided is live on youtube videos.Expected Behavior
getInternalPlayer().getVideoData().isLive
should be true if the youtube URL is a live videoSteps to Reproduce
https://www.youtube.com/watch?v=jfKfPfyJRdk
reactPlayerRef.current.getInternalPlayer().getVideoData().isLive
Environment
Other Information
I also noticed that the
getDuration()
method returns0
on live videos as wellThe text was updated successfully, but these errors were encountered: