Hi Friends,
I need some help in one of the issue I am facing in android emulator.
I am trying to stream a video from a streaming server I am using
Darwin Streaming Server. The video plays well when I give a source
referring to a video on some http server. But when I give a source
referring to rtsp on my local system it does not plays but the strange
thing is that the progress bar shows progress when I click play. Can
you tell me what might be the problem exactly. I need it urgently.
Please do look at my code also it is pretty straight forward.
-----------------------
--------------
VideoView mVideoView = (VideoView) findViewById(---------);
mVideoView.setVideoPath("http/rtsp source...");
mVideoView.setMediaController(new MediaController(this));
mVideoView.requestFocus();
mVideoView.start();
I have read it in some forums that RTSP does not work in emulators due
to some firewall issues but works well on actual device but could not
draw a conclusion from that.
I am using Android 2.0 platform.
Thanks
--
Regards
Dileep Kumar
Mobile: 9963026645
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en