Reputation: 517
What codec settings will produce valid videos for playback on Android (videoView) and iOS UIWebView)?
Upvotes: 0
Views: 3535
Reputation: 46703
Android: http://developer.android.com/guide/appendix/media-formats.html
iOS video (UIWebView's don't actually play the videos, they pass it off to another class): http://developer.apple.com/iphone/library/documentation/mediaplayer/reference/MPMoviePlayerController_Class/MPMoviePlayerController/MPMoviePlayerController.html#//apple_ref/doc/uid/TP40006953
Upvotes: 4