Hi,
Sun's posted the third beta of the Java Media Framework 2.1.1 on the Java Developer Connection (registration required). New features in beta 3 include:
The JMF Customizer has been added to the JMF performance packs.
The QuickTime file writer now creates streamable QuickTime files
Support for UNC paths such as file://unixmachine/home/videouser/video.mov
RTP Connector: a new interface that allows developers to connect JMF/RTP to their own and possibly proprietary transport services.
RTSP Processor
A new control that provides a handle on RTPManager objects to retrieve RTP statistics from the RTSP Player
The RTSP Player can handle multiple audio and video streams
JAWT support for jdk1.3+
Also please refer this URL for RTSP Documentation with examples
http://java.sun.com/products/java-media/jmf/2.1.1/support-rtsp.html
http://java.sun.com/products/java-media/jmf/2.1.1/documentation.html
I hope this will help you.
Thanks
Bakrudeen
Technical Support Engineer
Sun MicroSystems Inc, India
Hi,
Currently the JMF/RTSP stack can only be accessed through the Manager.createPlayer() interface which supports the playback case only. There is no public interface that would be necessary for a server to
communicate with the RTSP stack.
For developing Client Server programming only through JMF, please refer this URL.
http://java.sun.com/products/java-media/jmf/2.1.1/solutions/index.html
Thanks
Bakrudeen
well, thank u
another question
To multimedia file, it includes video and audio. You can
stream it to the client in two separate sessions over RTP.
The question is
how can i compose the video and audio streams from the
server and create corresponding player?
thanks in advance