Re: [android-developers] Video Streaming in Android Emulator Possible ?.

2010-09-21 Thread Ajmer singh
I want to stream a video from Network Like From youtube.com. Is that possible in android emulator?. On Tue, Sep 21, 2010 at 1:34 PM, Ramaraju naga wrote: > It is possible...using Mediaplayer classs. > > see this code > > MediaPlayer video; > > setContentView(R.layout.main); > VideoView video = (V

Re: [android-developers] Video Streaming in Android Emulator Possible ?.

2010-09-21 Thread Ramaraju naga
It is possible...using Mediaplayer classs. see this code MediaPlayer video; setContentView(R.layout.main); VideoView video = (VideoView) findViewById(R.id.video); // Load and start the movie video.setVideoPath("/data/samplevideo.3gp" ); video.start(); main layout file http://schemas.android

[android-developers] Video Streaming in Android Emulator Possible ?.

2010-09-21 Thread Ajmer Singh
Hi All I am new to android, I have a simple question "*Is Video Streaming possible in Android Emulator*",I am using the example in Android SDK but it give me message "*Sorry Can't play this Video*".I am using Youtube Video to stream in android Emulator. Pls respond. -- Thanks and Regards Ajmer

[android-developers] video streaming in android

2010-02-15 Thread jui bhatt
The Android platform offers built-in encoding/decoding for specific media types. what if i want to encode video other than those. is it anyway to obtain raw stream of data that can be given to encoder? -- You received this message because you are subscribed to the Google Groups "Android Developer