DASH Downloader - Grade-A-Software/Comcast-DASH-VLC GitHub Wiki
The DASH Downloader downloads content from a separate thread.
- When the DASH Manager invokes DASH Downloader’s start() method, it clones a new thread to asynchronously that will execute the DASH Downloader’s download() method. This method is called with a thread system variable containing a reference to the HTTP Connection Manager and Block Buffer that are provided by the DASH Manager.