Relative Content

Tag Archive for iosswiftavfoundationavurlassetavassetreader

Reading remote audio file using AVAssetReader aborts

I have a iOS app that tries to read an audio file using an AVAssetReader from a remote server. However the AVAssetReader never gets created, during creation it throws an error “Process aborted”. What is wrong with that code ?