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
			
			
									
									
						Android Video
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
- 
				LiveCode_Panos
- Livecode Staff Member 
- Posts: 866
- Joined: Fri Feb 06, 2015 4:03 pm
Re: Android Video
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
			
			
									
									
						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