does jmf2.1.1 really support rtsp?

where can i find the related examples?
[52 byte] By [lucky2all] at [2007-9-26 1:16:06]
# 1

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

bakrudeen_indts at 2007-6-29 0:43:26 > top of Java-index,Archived Forums,Java Programming...
# 2
Thank you very much.I want to write a rtsp server with the support of jmf2.1.1, could u give some advice?
lucky2all at 2007-6-29 0:43:26 > top of Java-index,Archived Forums,Java Programming...
# 3

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

bakrudeen_indts at 2007-6-29 0:43:26 > top of Java-index,Archived Forums,Java Programming...
# 4

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

lucky2all at 2007-6-29 0:43:26 > top of Java-index,Archived Forums,Java Programming...