There seems to be an issue with the HLSCatalog (HLS download and stream)
sample application.
When i try to download the Advanced Stream sample it gets stuck in endless loop trying to download the same media selection over and over.
The interesting thing is that the media selection download completes and the urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?)
function gets called with error nil
yet the AVURLAsset assetCache
doesn't contain the downloaded media selection.
I didn't modify anything in the app sample app.
Anyone have any idea how to fix it? Tried it with other HLS samples
that contain extra media selections and the same thing happens.
HLSCatalog apple sample app
342 Views Asked by weuhi At
1
After filing a Tech Support request to Apple I got a response:
Currently there is no fix/workaround, maybe in iOS 11.