Etay Luz

Results 4 comments of Etay Luz

This is how you do it assuming you're selecting a music file from your library: -(void) mediaPicker:(MPMediaPickerController *) mediaPicker2 didPickMediaItems:(MPMediaItemCollection *) mediaItemCollection { // Setting the asset MPMediaItem *mediaItem =...

Same issue here! The issue only happens on device, NOT on simulator. I've noticed that by compressing the movie (by selecting it with UIImagePickerController from camera roll or by recording...

@bcattle thanks for that suggestion to comment out endSessionAtSourceTime! Would like to confirm that this has helped resolve the issue for us.