Using html5 audio tags with Ogg media files, how can I using javascript, retrieve how much data has been loaded on the client side (in realtime).
Using html5 audio tags with Ogg media files, how can I using javascript, retrieve
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
z is the number of seconds of audio that is currently buffered.
t is the number of seconds from the beginning of the audio track where the playhead is.
d is the total number of seconds of the audio track.