[android-developers] how to read rtsp streaming

2009-06-11 Thread yancaida...@gmail.com
To read rtsp streaming has been discussed a lot,but still not solved .Now android 1.5 realised,can rtsp streaming be played in android? the method setDateSource seems provide a way to receive rtsp streaming. public void setDataSource (String path) Sets the data source (file-path or http/rtsp

[android-developers] how to read radio stream for web

2009-06-09 Thread yancaida...@gmail.com
I am trying to develop a radio read internet stream from radio station web. You know we can play music from internet like this private MediaPlayer mMediaPlayer; Uri uri = Uri.parse(http://www.jjyyjy.com/wj/he.mp3;); mMediaPlayer = MediaPlayer.create(this, uri); mMediaPlayer.start();

[android-developers] android webservice

2009-05-25 Thread yancaida...@gmail.com
Hi,it's my first post and i know it's a good place to share questions and get answers.I want to make a webservice to read datas from website.And the first step is to get an String returns by the site.Here is my code,and i don't know why i can't get the String str in which XML contains. Thank you