-
Notifications
You must be signed in to change notification settings - Fork 263
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
videojs currentTime() #324
Comments
@me-vlad you would have to change this line |
@mangui , thanks, it works with May be it will be reasonable to include this fix to your repo? |
the pb is that not all the timelines will be seekable if you do so. |
I think we can check that stream is live from stream duration.
Another solution - boolean option in flashls config, something like |
there is already a hls.type getter to know whether stream is live or vod. |
VideoJS with flashls returns current chunk time from currentTime() (https://github.com/videojs/video.js/blob/master/docs/api/vjs.Player.md#currenttime-seconds-) instread of live stream playing time.
How we can get playing time from flashls+videojs?
The text was updated successfully, but these errors were encountered: