Page 1 of 1

Android Video

Posted: Wed Aug 31, 2016 12:35 am
by MaxDangerMouse
Hi,

I have an app working in iOS that I'm trying to deploy to Android.

The app has a lot of video in it and all the features are working properly on Android except the video. The video isn't loading up at all. My suspicion is that it's related to the video compression, I had a similar problem when I first deployed to iOS and needed to re-compress the videos.

So my questions are; Is there a standard set of settings I should be using when compressing a video for Android? Are there any quirks to displaying video that I should be aware of on Android?

Thanks
Max

Re: Android Video

Posted: Wed Aug 31, 2016 10:37 am
by LiveCode_Panos
Hi Max,

Those are the media formats supported by MediaPlayer class, which is the class used for video playback on Android in LiveCode: https://developer.android.com/guide/app ... rmats.html