DASH Manager - Grade-A-Software/Comcast-DASH-VLC GitHub Wiki
The DASH Manager coordinates essential components of the module.
- This class controls a number of key components of the DASH module. Namely, the HTTP Connection Manager, the MPD object that contains the timeline of URLs, and the Block Buffer that will contain the downloaded data.
The DASH Manager provides context to the DASH Downloader.
- As the name implies, the DASH Downloader downloads each of the video segments in order. This would not be possible without being able to interact with the MPD object contained within the DASH Manager and its corresponding Segment timeline.