-
基于Linux系统的RTP、RTCP和RTSP源代码
资源介绍
Description:
------------
This directory contains the code for a library that receives real-time data carried with the Real-Time Transport Protocol (RTP). The code was written to accompany the text:
Comer and Stevens, Internetworking With TCP/IP Volume 3: Client-Server Programming and Applications (Linux/POSIX version), Prentice Hall, 2000.
The standards for RTP and the RTP Control Protocol (RTCP)are RFCs 1889 and 1890.
Also contained in the directory ``main'' is an application that uses the library to play real-time audio streams in various formats. The application contains code to interface with a publicly-available MPEG audio decoder so that it can be used to play MPEG encoded (e.g., ``MP3'') streaming audio.
The RTP library and application were developed and tested under Solaris 2.6/x86 and Linux x86 kernel 2.12-20 (RedHat Linux 6.1).