[android-developers] Can only hear sound when playing video

2009-05-27 Thread Hamy
Hey all, I can only hear sound when trying to play a video in a surfaceView. The video codecs are very likely supported - I was reading this thread: http://groups.google.com/group/android-developers/browse_thread/thread/aeefa6c282c6dfcf where Mark Murphy mentions that the video is known to

[android-developers] Can only hear sound when playing video

2009-03-04 Thread zypsg
Hi, A surprising problem occurs when I try to play Video, I can only hear the sound part of the video. My code snippet is below: public class VideoDemo extends Activity { public static final int MENU_PLAYER=Menu.FIRST; public static final int MENU_VIDEO=MENU_PLAYER+1;