dash.js metrics per fragment #4557
Unanswered
aelgendy97
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using version 4.7.3 of the dash-if-reference-player sample while providing a local mpd file. When I load the mpd and the video starts I see that the buffer length is ~30 seconds right away. However, I am listening for FRAGMENT_LOADING_COMPLETED events and I don't see enough fragments downloaded for the buffer length + played time. Each fragment has a duration of 4 seconds and only 5 fragments get downloaded right away according to the logs.
Am I missing anything or is this even the right way to capture metrics per fragment?
Your help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions