I'm assuming RTP == RTSP. The emulator doesn't support using RTSP
because it doesn't handle routing of UDP packets properly.
However, the devices will support RTSP. In a sense, you are trying to
solve a problem that doesn't exist, although I realize not being able
to test on the emulator is frustrating.
Cheers,
Justin
Android Team @ Google
On Sep 4, 3:37 am, "3,14" <[EMAIL PROTECTED]> wrote:
> On Sep 4, 11:28 am, scorpio <[EMAIL PROTECTED]> wrote:> just try with this,
>
> > FileInputStream media = new FileInputStream("system/media/
> > audio/alarms/Alarm_Classic.ogg");
>
> > thanks
> > Nithin M Warier
>
> Actuall a scenario with reading from file just an example. Original
> task is to receive RTP packets from network, sort them in a right
> order and play them. But actuallyMediaPlayeris not able to playback
> packets from stream. The solution to save packets to disk is VERY
> SLOW! So that is why I am tring a way withLocalSocket.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---