Veniso
Results
1
comments of
Veniso
The below code worked for me to resolve this error. let mimeType = "video/mp4; codecs=\"avc1.42E01E, mp4a.40.2\"" // create asset let asset = AVURLAsset(url: videoURL!, options: ["AVURLAssetOutOfBandMIMETypeKey": mimeType])