Community
Topic: Android SDK
Video playing problem
Hello
I started a project from Augmented Video sample Tutorial, and i have a problem on video playing :
When i start marker video, it's playing 1or 2 second and image freeze but sound don't stop.
Do you think it's because I use a very cheap android phone ? I don't change anything to the sample code.
Thanks for your help.
Regards
Hi,
The rendering code in the tutorials is just an example, a placeholder for your rendering code. For these reasons its very basic and doesn't handle all cases that can arise in real applications and all the different Android OSes. However the behaviour you are describing shouldn't happen normally: it could be that the Android MediaPlayer is running out of memory on that phone.
Best,