thanks. you mean pv will not support mp3 rtp in opencore. right? or it
is some value-add feature?
i heard that it's not opencore in G1, but core.
On Jan 3, 9:45 pm, Ravi Yenduri wrote:
> http://code.google.com/p/android/issues/detail?id=1513
>
> On Jan 3, 6:33 pm, Paranoia wrote:
>
> > exactly,
http://code.google.com/p/android/issues/detail?id=1513
On Jan 3, 6:33 pm, Paranoia wrote:
> exactly,opencore dose not support mp3 rtp playback, whatever it's
> rfc3119 or rfc2250.
>
> On Dec 20 2008, 3:37 am, kamil wrote:
>
> > Hi,
> > I've encountered the very same error as described above. I'
exactly,opencore dose not support mp3 rtp playback, whatever it's
rfc3119 or rfc2250.
On Dec 20 2008, 3:37 am, kamil wrote:
> Hi,
> I've encountered the very same error as described above. I'm using VLC
> as MP3/RTSP streaming server, and this looks exactly like Android
> didn't like something h
According to this thread:
http://groups.google.com/group/android-developers/browse_thread/thread/a68113ee42f62353
there are issues streaming with the emulator, so you may have to test
on a G1 device.
Also, I've been able to play back the video RTSP streams from
http://www.americafree.tv/
For ex
Kamil,
Do you do such RTSP streaming test on emulator or G1 phone?
Or is it possible to test it on emulator?
BRs
wjjsun
On Dec 20, 9:14 pm, kamil wrote:
> Hi,
> maybe someone could post here URL of someRTSPstream which is known
> to work with G1?
> It would really help a lot in finding out why
Hi,
maybe someone could post here URL of some RTSP stream which is known
to work with G1?
It would really help a lot in finding out why SDP answer is being
rejected.
I believe there must be at least one person which has been testing
Android's RTSP stack ;) Or maybe I'm the only one who leaves tes
Hi,
Exactly the same thing is happening with my application. I use VLC to
stream the media(also uses Live555), the logs are the same. The error
code i get from onErrorListner is -1, extra code is 0.
Regards,
Krzysiek
--~--~-~--~~~---~--~~
You received this message
Hi,
I have the same problem. I'm streaming media with VLC (it uses
live555) and the log is practically the same. The error code which i
get in the onErrorListner is -1, extra code is 0.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to t
Hi,
I've encountered the very same error as described above. I'm using VLC
as MP3/RTSP streaming server, and this looks exactly like Android
didn't like something he got in DESCRIBE SDP response.
SDP looks like:
v=0
o=- 2819777490 2 IN IP4 192.168.100.108
c=IN IP4 0.0.0.0
t=0 0
a=tool:vlc 0.9.8a
I can only guess that the RTSP client in OpenCore didn't like
something it found the DESCRIBE response. I'm not sure that it can
handle broadcast mode. Maybe someone from PV will be able to provide
some insight.
Did you get an error message back from the MediaPlayer through
onErrorListener?
On D
Hi Dave,
I have tried opening the link using the Live555 Media Server to
broadcast the mp3 track. This broadcast is accessible anywere on the
internet and as well my local network. I tried accessing via my
wireless connection and using WireShark to record communication and I
could see the first
MediaPlayer m = new MediaPlayer();
m.setDataSource("rtsp://rtsp.yourserver.com/stream.mp3");
m.prepare();
m.start();
You probably want to call the prepare() statement from something other
than your UI thread, because it may take awhile. Alternatively, you
can call prepareAsync() and call start()
12 matches
Mail list logo