0

I am finding that there are many types of files that just don't work with MPMoviePlayerController in iOS 5.1. They include webm, ogv, flv (of course), mpeg2, and a few more that I forgot. Is there any way to improve the chances of playback of these files, other than converting them? Thanks.

Frank E
  • 53
  • 5

1 Answers1

0

iOS does not suport all the fileformat/codecs. you can refer to to know the supported formats What are the video formats supported by MPMoviePlayerController on the iPad?

other options would be writing your own application to decode n display (but its not practical)

Community
  • 1
  • 1
rajneesh
  • 1,709
  • 1
  • 13
  • 13