类别:Linux 应用LinPhone组件oRTP 声明:转载,请保留链接
注意:如有错误,欢迎指正。这些是我学习的日志文章......
***************************************************************************************************************************
在LinPhone这个系统中,第一个我们要介绍的第三方库组件:oRTP --a Real-time Transport Protocol (RTP,RFC3550) library,oRTP是基于LGPL下的开源的实时传输协议,对于RTP协议主要是用于音频和视频的网络实时传输。有两种方式:UDP和TCP。现在来简单介绍oRTP的基本功能,后续,还会将如何在ARM-Linux编译、Windows下如何编译都会弄出来哈。废话少说,进入oRTP功能介绍吧,主要功能如下:
Download
git clone git.linphone.org/ortp.git
Documentation
Read there: API documentation.
Authors
oRTP was written by Simon MORLAT (simon dot morlat at linphone dot org).
More information is availlable in the source tree, see the README file.
下次会将oRTP和LinPhone以及LinPhone所需的第三方库一个个的介绍,同时介绍如何移植到ARM Linux中来。
英文网址如下:http://www.linphone.org/eng/documentation/dev/ortp.html
源码下载:http://download.savannah.gnu.org/releases/linphone/ortp/sources/
API文档下载:http://download.savannah.gnu.org/releases/linphone/ortp/docs/