-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Live absolute timestamp #8974
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
You can get the start time from |
Thanks @mister-ben for your response. I found 2 other means by introspecting Player object:
Don't know the reliability of each |
Hi @mister-ben, interested in a solution for this, as I have a DASH stream with availabilityStartTime not starting in 1970, how can I convert it to absolute UTC timestamp ? |
Hello,
I was wondering how to get live absolute timestamp using the official API, either for DASH or HLS live contents?
Player.currentTime()
andPlayer.buffered()
return timestamps relative to 0, with timestampOffset applied to the MSE buffers.The text was updated successfully, but these errors were encountered: