Re: [android-developers] Rtsp Http Streaming

2011-05-30 Thread Filiz Gökçe
Now, the streaming address works. Filiz Gökçe On 26 May 2011 19:11, Robert Slama wrote: > hmmm > > i try open your url rtsp://strm-3.tr.medianova.tv/rkraltv/rkraltv > with realplayer and with vlc and that stream is not available. Try u > open stream in some player (on pc) before u test it on

Re: [android-developers] Rtsp Http Streaming

2011-05-30 Thread Robert Slama
hmmm i try open your url rtsp://strm-3.tr.medianova.tv/rkraltv/rkraltv with realplayer and with vlc and that stream is not available. Try u open stream in some player (on pc) before u test it on android? r^ On 26 May 2011 08:37, Filiz Gökçe wrote: > Hi, > I try to make live stream on android, >

Re: [android-developers] Rtsp Http Streaming

2011-05-27 Thread Filiz Gökçe
I can upen this file in vlc player. But same problem still continue PVMFInfoErrorHandlingComplete error. I also tryed android 1.6 , anroid 2.1 and android 2.3 devices. Filiz Gökçe On 26 May 2011 18:27, dan raaka wrote: > If this is a generic issue - please file a bug under b.android.com > >

Re: [android-developers] Rtsp Http Streaming

2011-05-26 Thread dan raaka
If this is a generic issue - please file a bug under b.android.com -Dan On Thu, May 26, 2011 at 1:55 AM, Hitendrasinh Gohil < hitendra.virtuei...@gmail.com> wrote: > hi, > > then just try to log the url that ur applying to datasource.and first check > it out with vlc player that is it working o

Re: [android-developers] Rtsp Http Streaming

2011-05-26 Thread Hitendrasinh Gohil
hi, then just try to log the url that ur applying to datasource.and first check it out with vlc player that is it working or not? because there is an error with initialization. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

Re: [android-developers] Rtsp Http Streaming

2011-05-26 Thread Filiz Gökçe
I always try on device, my device is Samsung Galaxy S ->2.1 Its about same of devices ? Filiz Gökçe On 26 May 2011 10:48, Hitendrasinh Gohil wrote: > hi, > > I was also stucked with rtsp audio streaming.i was also getting the same > error with emultor like u. > > > "Exeption :05-26 10:22:46.

Re: [android-developers] Rtsp Http Streaming

2011-05-26 Thread Hitendrasinh Gohil
hi, I was also stucked with rtsp audio streaming.i was also getting the same error with emultor like u. "Exeption :05-26 10:22:46.186: ERROR/MediaPlayerService( 10157): create PVPlayer 05-26 10:23:06.382: ERROR/PlayerDriver(10157): Command PLAYER_INIT completed with an error or info -1 05-26 10:

[android-developers] Rtsp Http Streaming

2011-05-26 Thread Filiz Gökçe
Hi, I try to make live stream on android, I try lots of ways, but none of them doesnt work. Could you help me ? *This is example of rtsp;* mMediaPlayer = new MediaPlayer(); mMediaPlayer.setDataSource(KralStream.getTvStreamUrl().toString()); mMediaPlayer.setDisplay(holder); mMediaPlayer.prepareAsy

[android-developers] rtsp/http Streaming

2009-04-29 Thread Zhubham
Hi People, I need your help regarding streaming in android. I read some of the previous discussions but I have a few doubts which i thought of clarifying from you . Please help me with the following aspects: (i) Does android supports RTSP and HTTP streaming ?? (ii) One discussion read -> "Strea