I have a video with Dash in HTML5. I need to get the percentage of the current loading segment, every time the video stops for loading (buffering/seeking), percentage start's to grow from 0 to 100. If percentage is in 100% is because the segment has loaded and can continue playing. There's any way to do this?
This is not the same question as HTML5 Video - Percentage Loaded?. I don't need the percentage of the whole loaded video. I need just the percentage of a specific segment. A great example of this could be the Netflix player in Chromecast (Player shows a percentage every time the video stops for loading new segments).