Using JMF to build rtsp server  
Author Message
silov





PostPosted: 2003-10-10 0:46:00 Top

java-programmer, Using JMF to build rtsp server Hi, I'd like to know if it's possible to create a server application
that transmits a .rm file through rtsp. I've seen some examples using
AVI and other standard formats, but I'm not sure if this is possible.
Basically what I need is a server which waits for connections and
transmit a .rm file to it. Of course I could use Helix, but I need
something for free. In any case, is there any free alternative?

TIA.
 
Michael Meyer





PostPosted: 2003-10-10 15:43:00 Top

java-programmer >> Using JMF to build rtsp server hi,

JMF does not support server side RTSP. You have to write it by yourself.

You can have a look at http://sourceforge.net/projects/streamp2p . You will
find a server which supports RTSP and is based on JMF.

Michael


"news user" <email***@***.com> schrieb im Newsbeitrag
news:email***@***.com...
> Hi, I'd like to know if it's possible to create a server application
> that transmits a .rm file through rtsp. I've seen some examples using
> AVI and other standard formats, but I'm not sure if this is possible.
> Basically what I need is a server which waits for connections and
> transmit a .rm file to it. Of course I could use Helix, but I need
> something for free. In any case, is there any free alternative?
>
> TIA.