-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
getting buffer levels #1617
Comments
@krvangala Could you elaborate on what you are looking to do? We will be able to provide more specific guidance if you know what use case you are looking to implement as I am not clear on some of the terms you are using (e.g. "buffer level"). Here is a board explanation of what is happening in Shaka Player:
|
@krvangala If you are asking about how much video is buffered at any given moment, you can obtain this information from the video element:
Let me know if this is useful to you. |
Hi @vaage and @chrisfillmore thanks for reply. buffer level here means, buffer level (time ranges) in Media source ( video or audio). |
@krvangala I am glad you found what will work for you. I am going to close the issue. |
The https://shaka-player-demo.appspot.com/docs/api/shaka.Player.html Hope that helps! |
Have you read the FAQ and checked for duplicate open issues?:
Yes
What version of Shaka Player are you using?:
2.4.2
Can you reproduce the issue with our latest release version?:
NA
Can you reproduce the issue with the latest code from
master
?:NA
Are you using the demo app or your own custom app?:
NA
If custom app, can you reproduce the issue using our demo app?:
NA
What browser and OS are you using?:
Linux Chrome
What are the manifest and license server URIs?:
NA
What did you do?
What did you expect to happen?
NA
What actually happened?
NA
Hi,
what is the best way get audio and video buffer levels?.
what is the best place i can add a hook or fir an event when buffer level changed like buffer added or removed.
Thanks
Krishna
The text was updated successfully, but these errors were encountered: