- From: Philipp Hoschka <hoschka@w3.org>
- Date: Wed, 15 Oct 1997 14:52:38 +0200
- To: www-multimedia@w3.org
>* RTP Libraries, APIs or SDK used. >* Multimedia viewers used. >* Details about the integration... e.g. Typical client/server >architecture used, communications,etc... >* Platforms used (we're planning to run under W95). The newest release of W3C's Jigsaw server contains a prototype implementation of RTSP. This is a "http-like" protocol that allows to realize Audio/Video-on-Demand applications. It's still a draft, but will probably become an RFC soon. RTSP only takes care of the signalling, RTP is used for the transport of audio/video data. Jigsaw uses helper applications for both on the client *and* the server side to handle RTP. The RTSP system implemented in Java, and has been tested on Unix boxes - making a Windows version may require some twisting, but not too much. You can get Jigsaw from http://www.w3.org/Jigsaw/ More info on RTSP is available at http://www.cs.columbia.edu/~hgs/rtsp/ Caveat: The RTSP implementation has to be brought up to date to the latest version of the RTSP draft. Hope this helps -Philipp Hoschka, W3C
Received on Wednesday, 15 October 1997 08:52:59 UTC