Search code examples
androidquicktime

Is there any way to play .MOV files in and android app using SDK?


I want to play an .mov file (QuickTime Movie file) uploaded to a server via an iPhone app in the android app. It seems like .mov is not supported in Android Video Player.

So I would like to know whether there's anyway we could convert this and play on android only using android sdk without using android-ndk which looks pretty complex.


Solution

  • Check Supported Media Formats.

    MOV is not supported on Android. So maybe you need to convert the format to mp4 first.