rtpRtspStack

所属分类:流媒体/Mpeg4/MP4
开发工具:Unix_Linux
文件大小:186KB
下载次数:22
上传日期:2016-11-11 22:53:12
上 传 者xjw_87
说明:  美信实现的Rtsp协议栈,包含服务器和客户端,对学习rtsp协议和多种音视频格式的标准rtp打包,具有很强的参考价值
(Rtsp protocol stack which achieve by Maxim, including the server and the client,To study rtsp protocol and standard rtp package of many audio and video format,it has a strong reference value )

文件列表:
rtpRtspStack (0, 2012-02-19)
rtpRtspStack\Makefile (2907, 2010-04-03)
rtpRtspStack\RtpRtspClient (0, 2012-02-19)
rtpRtspStack\RtpRtspClient\bin (0, 2012-02-19)
rtpRtspStack\RtpRtspClient\build (0, 2012-02-19)
rtpRtspStack\RtpRtspClient\build\linux (0, 2012-02-19)
rtpRtspStack\RtpRtspClient\build\linux\Makefile (3465, 2010-04-03)
rtpRtspStack\RtpRtspClient\include (0, 2012-02-19)
rtpRtspStack\RtpRtspClient\include\RtpRtspBasicTypes.h (3530, 2010-04-03)
rtpRtspStack\RtpRtspClient\include\RtpRtspClient.h (16127, 2010-04-03)
rtpRtspStack\RtpRtspClient\include\RtpRtspCommon.h (16232, 2010-04-03)
rtpRtspStack\RtpRtspClient\include\RtpRtspDbgPrint.h (2850, 2010-04-03)
rtpRtspStack\RtpRtspClient\include\RtpRtspInclude.h (2560, 2010-04-03)
rtpRtspStack\RtpRtspClient\RtpRtspClient.mak (708, 2010-04-03)
rtpRtspStack\RtpRtspClient\source (0, 2012-02-19)
rtpRtspStack\RtpRtspClient\source\osal (0, 2012-02-19)
rtpRtspStack\RtpRtspClient\source\osal\linux (0, 2012-02-19)
rtpRtspStack\RtpRtspClient\source\osal\linux\RTSPUtils.c (18857, 2010-04-03)
rtpRtspStack\RtpRtspClient\source\Rtp (0, 2012-02-19)
rtpRtspStack\RtpRtspClient\source\Rtp\RTPClientAPI.c (25155, 2010-04-03)
rtpRtspStack\RtpRtspClient\source\Rtp\RTPClientInternal.c (61171, 2010-04-03)
rtpRtspStack\RtpRtspClient\source\Rtsp (0, 2012-02-19)
rtpRtspStack\RtpRtspClient\source\Rtsp\RTSPClientAPI.c (193048, 2010-04-03)
rtpRtspStack\RtpRtspClient\source\Rtsp\RTSPClientInternal.c (121505, 2010-04-03)
rtpRtspStack\RtpRtspClient\source\ThirdPartyClient (0, 2012-02-19)
rtpRtspStack\RtpRtspClient\source\ThirdPartyClient\ThirdPartyClientAPI.c (8625, 2010-04-03)
rtpRtspStack\RtpRtspClient\source\ThirdPartyClient\ThirdPartyClientInternal.c (7182, 2010-04-03)
rtpRtspStack\RtpRtspServer (0, 2012-02-19)
rtpRtspStack\RtpRtspServer\bin (0, 2012-02-19)
rtpRtspStack\RtpRtspServer\build (0, 2012-02-19)
rtpRtspStack\RtpRtspServer\build\linux (0, 2012-02-19)
rtpRtspStack\RtpRtspServer\build\linux\Makefile (3527, 2010-04-03)
rtpRtspStack\RtpRtspServer\include (0, 2012-02-19)
rtpRtspStack\RtpRtspServer\include\BasicTypes.h (3416, 2010-04-03)
rtpRtspStack\RtpRtspServer\include\DbgPrint.h (3297, 2010-04-03)
rtpRtspStack\RtpRtspServer\include\RtcpServer.h (14036, 2010-04-03)
rtpRtspStack\RtpRtspServer\include\RtpRtsp.h (15805, 2010-04-03)
rtpRtspStack\RtpRtspServer\include\RtpRtspCommon.h (22717, 2010-04-03)
rtpRtspStack\RtpRtspServer\include\RtpRtspInclude.h (2965, 2010-04-03)
... ...

RtpRtspClient Library Read Me Version 1.9 Release of the RtpRtspClient Library 18-Apr-2009 Copyright (c) 2009 eInfochips. All rights reserved. ================ CONTENTS ================ 1. Overview 2. Build and Run Procedure 3. Known Limitations 4. New Since Last Release 5. Dependencies 6. Test Environment 7. Recommendations ================================ 1. Overview ================================ The ReadMe File in this document is for RtpRtspClient Stack. Following is the Directory structure RtpRtspClient Folder: +---RtpRtspClient +---bin +---build +---linux +---Makefile +---include +---RtpRtspBasicTypes.h +---RtpRtspDbgPrint.h +---RtpRtspClient.h +---RtpRtspCommon.h +---RtpRtspInclude.h +---source +---osal +---linux +---RTSPUtils.c +---win32 +---RTSPUtils.c +---Rtp +---RTPClientAPI.c +---RTPClientInternal.c +---Rtsp +---RTSPClientAPI.c +---RTSPClientInternal.c +---RtpRtspClient.mak +---ReadMe.txt 1 - bin -> Contains binary files of RtpRtspClient Library for Linux. 2 - build -> Contains build files to build RtpRtspClient Library on Windows and Linux. 3 - include -> Contains header file used by RtpRtspClient Library. 4 - source -> Contains source file of RtpRtspClient Library. -> RTSPUtils.c - This file contains OSAL specific functions. -> RTSPClientAPI.c - This file contains RTSP Client APIs of this library. -> RTSPClientInternal.c - This file contains internal function used by RTSP Client APIs of this library. -> RTPClientAPI.c - This file contains RTP Client APIs of this library. -> RTPClientInternal.c - This file contains internal function used by RTP Client APIs of this library. 5 - RTSPServer.mak -> RtpRtspClient Library compilation environment. 6 - ReadMe.txt -> This file only. ================================= 2. Build and Run Procedure ================================= Following is the procedure to build and run RtpRtspClient Library :- BUILD and Run Procedure ----------------------- Linux ----- 1) Set present working directory's value to RtpRtspClient_ROOT macro of RtpRtspClient/RTSPServer.mak file 2) Go to RtpRtspClient/build/linux directory 3) make Note: ---- This will make RtpRtspClientLib.a in RtpRtspClient/bin/ folder. ================================ 3. Known Limitations ================================ Following are limitations of this version :- 1) RtpRtspClient Stack does not support ANNOUNCE, GET_PARAMETER, SET_PARAMTER, REDIRECT, RECORD methods. 2) RTSP over UDP is not supported. 3) RtpRtspClient Stack support H.2***, MPEG4, JPEG, G711, AAC codecs only. ================================ 4. New Since Last Release ============================== -> Macro added in stack to define Blocking and Non Blocking Code -> API added to set Audio and Video Buffer Size ================================ 5. Dependencies ================================ N.A. ================================ 6. Test Environment ================================ 1) Desktop PC Having * Hardware Configuration: - Pentium 4 - 3GHz - 512 MB RAM - 40 GB HDD * Software Configuration: - Windows XP Service Pack 2 - VLC player, VLC Server. 2) Desktop PC Having * Hardware Configuration: - Pentium 4 - 3GHz - 512 MB RAM - 40 GB HDD * Software Configuration: - Redhat Linux 9 or above ================================================ 7. Recommendations for System Handling ================================================ N.A.

近期下载者

相关文件


收藏者