HP-UX Multimedia Streaming Protocols (MSP) Release Notes

RTP consists of Real-Time Control Protocol (RTCP), a closely linked protocol, that
provides a mechanism for reporting feedback on the transmitted real-time data.
RTSP
Real Time Streaming Protocol (RTSP) controls the transfer of real-time media data
and serves as a network-remote-control for multimedia services.
SDP
Session Description Protocol (SDP) describes the general real-time multimedia
sessions.
See HP-UX Multimedia Streaming Protocols (MSP) Programmer’s Guide, available at
http://www.docs.hp.com/hpux/netcom/index.html, for more information.
Benefits
Multimedia application developers use these protocols for developing multimedia
streaming applications. With MSP, developers can develop multimedia streaming
applications on the HP-UX operating system.
MSP conforms to the following RFCs:
RFC 1889 (RTP: A Transport Protocol for Real-Time Applications)
RFC 2326 (Real Time Streaming Protocol (RTSP))
RFC 2327 (SDP: Session Description Protocol)
Documentation Availability
HP-UX Multimedia Streaming Protocols (MSP) Programmer’s Guide is available at the
following URL:
http://docs.hp.com/hpux/netcom/index.html
Man Pages
Table 1-1 describes the man pages in the MSP depot.
Table 1-1 Man Pages
DescriptionMan Page
Provides an introduction to the RTP library.rtp(7p)
Describes rtp_close that closes an RTP connection.
rtp_close(3n)
Describes rtp_ioctl that controls an RTP session.
rtp_ioctl(3n)
Describes rtp_open that opens an RTP session.
rtp_open(3n)
Describes rtp_poll that monitors I/O conditions on
multiple RTP session descriptors.
rtp_poll(3n)
What Is in This Version 9