Question

I know how to pick audio file (MPMediaPickerController), but how to pick video file???

thanks

Was it helpful?

Solution

From the iPod Library Access Developer Guide

In iPhone OS 3.0, iPod library access applies only to audio-based media items. You cannot play video podcasts, movies, or television shows from the iPod library.

OTHER TIPS

For SDK version greater than 3.0,you can do it using UIImagePickerController if the video is in Photo Library. Picking video from PhotoLibrary with UIImagePickerController in OS 3.1 may help you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top