Streaming in midp without using rtp or rtsp

Hi

Is it possible to stream data in midp without using streaming protocols.

Is there any open source server available for streaming server. Can we use http for streaming. Plz help ... share some code or idea if anyone has actually implemented it.

Can we use datagramconnection or socketconnection for implementing streaming.

we tried using rtp and rtsp. But it seems both the emulator(s60 3rd ed) and phone (N91) doesn't support streaming. Can we test streaming app ? Which emulator supports streaming?

Thanks

[550 byte] By [jinia] at [2007-10-3 3:09:51]
# 1
http://today.java.net/pub/a/today/2006/08/22/experiments-in-streaming-java-me.html
suparenoa at 2007-7-14 21:00:35 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
You must be sure that the mobile device supports the RTP protocol (or a variant of it). As far as I know, MIDP/CLDC enabled devices don't have such support, but newer phones might have some build in facility for this.Mihai
Printisora at 2007-7-14 21:00:35 > top of Java-index,Java Mobility Forums,Java ME Technologies...