[android-developers] Re: Playing live stream (RTP) in MediaPlayer

2010-05-26 Thread debelyoo
I agree with Andy's comment: On May 25, 8:36 am, Andy Savage wrote: > There seems to be a limitation that means that it will only accept SDP > information with RTP streams inside if it gets them from the RTSP stream > (e.g. it gets this information from SETUP in the RTSP protocal). It is possibl

[android-developers] Re: Playing live stream (RTP) in MediaPlayer

2010-05-24 Thread debelyoo
ou are testing this on? Have you tried 2.1? > > Cheers, > Andy > > On May 6, 3:32 pm, debelyoo wrote: > > > > > Hi dillirao, > > > I don't receive onPrepared callback. > > > After requesting the live stream through the SDP file (http:// > &g

[android-developers] Re: Help!!!! Live streaming (from DSS to android)

2010-05-20 Thread debelyoo
Hello Jez, I'm facing the same problem. I posted another post (http:// groups.google.com/group/android-developers/browse_thread/thread/ ebb4ca5b298a8d92/1d00336c835d1ccb?lnk=gst&q=debelyoo#1d00336c835d1ccb) about this issue but I have not received any solution yet. Any help woul

[android-developers] Re: Playing live stream (RTP) in MediaPlayer

2010-05-06 Thread debelyoo
g. > > use : h263/h264 15fps; 176x144 or 320x240  and use low bit rate , on > internet ; if lan, bw is not issu > for audio: use aac/ again try low bit rate encoding;... amr/ is ok... > > Thanks > > > > On Thu, Apr 29, 2010 at 6:32 PM, debelyoo wrote: > > I try

[android-developers] Playing live stream (RTP) in MediaPlayer

2010-04-29 Thread debelyoo
I try to play a live stream on my android phone using the MediaPlayer object. But I definitely see a black screen. Does anybody have any experience with streaming on Android ? Here is what I'm doing: I broadcast a stream with Darwin streaming server (via PlaylistBroadcast) to my Android phone. The