ExampleMediaController
ExampleMediaController copied to clipboard
Some bug with video displaying
I created Android project from this code, but when I start an application I can see only the following picture and hear sound from video:

What I did wrong? (I run app on my phone (LG), Android 2.3.3)
There are no errors or exceptions in LogCat.
This is an old problem but my answer may help someone.
For Android 2.3.3 (and maybe others old versions) you need to add this line :
videoHolder.setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS);