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
We want to download the segments in dash downloader from specific timestamp and for a specific duration. We want to do it by finding the duration and timestamp of each segment.
We are calling DashManifestParser.parse method to get the manifest and the segment information, it returns DashManifest object, we are unable of find the duration and timestamp of each segment in this object.
Could you please let us know if there is any way to find this information ?