[android-beginners] Re: Playing video in Android not showing the video, playing sound only with a still image

2009-10-13 Thread Maxood
I tried to play a you tube movie through the media app provided in the samples. The emulator is running fine but once i click the media apps and try to play the video demo, i get the following error : Sorry this video cannot be played Here is the code and i am trying to play a youtube video in

[android-beginners] Re: Playing video in Android not showing the video, playing sound only with a still image

2009-10-13 Thread Roman ( T-Mobile USA)
You are using in your code mVideoView.setVideoPath(path); but you are trying to play a video from web address. I assume that setVideoPath expects a local path on your file system (Android documentation is very bad and does not say anything). Use

[android-beginners] Re: Playing video in Android not showing the video, playing sound only with a still image

2009-09-29 Thread Mark Murphy
shobhit kasliwal wrote: I tried the DemoApi's that come's with the sdk but still no luck. I am still getting a still image with audio if I try to run teh Wmv file and for 3gp and mp4 I am not getting anything. WMV is not supported on Android generally. WMV may be supported on select devices

[android-beginners] Re: Playing video in Android not showing the video, playing sound only with a still image

2009-09-28 Thread Mark Murphy
Shobhit Kasliwal wrote: Hi I am new to android. I am creating an application to run the video file. The application is running fine but the only problem I am getting is ...it is playing the sound with an image instead of complete video. Can anybody help me on this... I would start with

[android-beginners] Re: Playing video in Android not showing the video, playing sound only with a still image

2009-09-28 Thread shobhit kasliwal
Hi mark I tried the DemoApi's that come's with the sdk but still no luck. I am still getting a still image with audio if I try to run teh Wmv file and for 3gp and mp4 I am not getting anything. I am not geting what the problem is...?? Can you help me Thanks On Mon, Sep 28, 2009 at 8:46 AM,