I want to develop a VOD system with JMF.
Here, client should able to control the movie once the stream is playing (Eg: seek new position, pause/play...)
JMF clients can connect to standards RTSP/RTP Servers such as Sun StorEdge Media Central Streaming Server and Apple Quicktime Streaming Server.
(http//java.sun.com/products/java-media/jmf/2.1.1/support-rtsp.html)
But how can we program our own RTSP server by using Java ??
Re: Is it possible to develop a RTSP server by using JMF?
Aug 26, 2004 12:12 AM
(reply 3
of 3) (In reply to
#2 )
It seems that it is not possible with JMF without developping your own RTSPLayer...
But in C++ (I know we are on java.sun.com ;o)), you could use OpenRTSP from Live.com. You will find a comparison between the JMF implementation and OpenRTSP on: http://delboy.ucd.ie/research/solutions/jmf_openrtsp_comparison/index.html