Android Video

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
MaxDangerMouse
Posts: 19
Joined: Wed Jan 26, 2011 7:04 am

Android Video

Post 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
LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 870
Joined: Fri Feb 06, 2015 4:03 pm

Re: Android Video

Post 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
Post Reply