Rewrote VLCHTTPFileDownloader
- May 17, 2019
-
-
Justin Anderson authoredbdcc4e2c
-
Justin Anderson authoredcb635b42
-
Http downloads caused the ui to lock up and the caused the app to become unusable. Digging deeper it, it looks like NSUrlSession delegate methods were calling back on the main queue.
Rewrote Http file downloader to use background thread callbacks and use download session tasks over data tasks and writing to file. Also laid the ground work for simultaneous downloads.
VideoLAN code repository instance