You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Hi, I have a question about onDownloadNext() in DefaultDASHRepresentationSelector.java. At a time, chunk is downloaded(audio chunk or video chunk). At selectRepresentations() in DefaultDASHRepresentationSelector.java . Why do you calculate available bandwidth ?
availableBandwidth = bandwidth - audioBandwidth - subtitleBandwidth;
Hi, I have a question about onDownloadNext() in DefaultDASHRepresentationSelector.java. At a time, chunk is downloaded(audio chunk or video chunk). At selectRepresentations() in DefaultDASHRepresentationSelector.java . Why do you calculate available bandwidth ?
availableBandwidth = bandwidth - audioBandwidth - subtitleBandwidth;