ortp-0.13.1

所属分类:多媒体编程
开发工具:Visual C++
文件大小:640KB
下载次数:94
上传日期:2008-09-04 19:56:11
上 传 者kaidiligent
说明:  RTP/RTCP方面的学习.方便大家学习.
(RTP/RTCP learning. Facilitate learning everyone.)

文件列表:
ortp-0.13.1\ortp-0.13.1\aclocal.m4 (261177, 2007-04-04)
ortp-0.13.1\ortp-0.13.1\AUTHORS (177, 2006-06-23)
ortp-0.13.1\ortp-0.13.1\autogen.sh (165, 2006-03-31)
ortp-0.13.1\ortp-0.13.1\build\Makefile.am (27, 2006-10-11)
ortp-0.13.1\ortp-0.13.1\build\Makefile.in (14768, 2007-04-17)
ortp-0.13.1\ortp-0.13.1\build\win32native\Makefile.am (42, 2006-04-24)
ortp-0.13.1\ortp-0.13.1\build\win32native\Makefile.in (9398, 2007-04-17)
ortp-0.13.1\ortp-0.13.1\build\win32native\ortp.def (2597, 2007-01-29)
ortp-0.13.1\ortp-0.13.1\build\win32native\ortp.dev (6671, 2006-08-19)
ortp-0.13.1\ortp-0.13.1\build\win32native\oRTP.vcproj (7854, 2006-12-04)
ortp-0.13.1\ortp-0.13.1\build\wince\Makefile.am (33, 2006-10-06)
ortp-0.13.1\ortp-0.13.1\build\wince\Makefile.in (9371, 2007-04-17)
ortp-0.13.1\ortp-0.13.1\build\wince\ortp.def (2584, 2006-11-28)
ortp-0.13.1\ortp-0.13.1\build\wince\oRTP.vcproj (21650, 2006-11-16)
ortp-0.13.1\ortp-0.13.1\ChangeLog (4822, 2007-03-02)
ortp-0.13.1\ortp-0.13.1\config.guess (44208, 2006-10-12)
ortp-0.13.1\ortp-0.13.1\config.sub (32560, 2006-10-12)
ortp-0.13.1\ortp-0.13.1\configure (717011, 2007-04-17)
ortp-0.13.1\ortp-0.13.1\configure.ac (7313, 2007-02-14)
ortp-0.13.1\ortp-0.13.1\COPYING (26430, 2005-04-13)
ortp-0.13.1\ortp-0.13.1\depcomp (15936, 2007-04-17)
ortp-0.13.1\ortp-0.13.1\include\Makefile.am (13, 2005-03-04)
ortp-0.13.1\ortp-0.13.1\include\Makefile.in (14761, 2007-04-17)
ortp-0.13.1\ortp-0.13.1\include\ortp\event.h (2274, 2006-07-18)
ortp-0.13.1\ortp-0.13.1\include\ortp\Makefile.am (258, 2006-04-25)
ortp-0.13.1\ortp-0.13.1\include\ortp\Makefile.in (12523, 2007-04-17)
ortp-0.13.1\ortp-0.13.1\include\ortp\ortp.h (4623, 2007-02-16)
ortp-0.13.1\ortp-0.13.1\include\ortp\payloadtype.h (6519, 2007-03-02)
ortp-0.13.1\ortp-0.13.1\include\ortp\port.h (6566, 2006-10-24)
ortp-0.13.1\ortp-0.13.1\include\ortp\rtcp.h (7385, 2006-09-06)
ortp-0.13.1\ortp-0.13.1\include\ortp\rtp.h (3783, 2006-12-01)
ortp-0.13.1\ortp-0.13.1\include\ortp\rtpsession.h (13719, 2007-02-14)
ortp-0.13.1\ortp-0.13.1\include\ortp\rtpsignaltable.h (1839, 2006-02-10)
ortp-0.13.1\ortp-0.13.1\include\ortp\sessionset.h (3789, 2007-02-14)
ortp-0.13.1\ortp-0.13.1\include\ortp\str_utils.h (3435, 2006-08-22)
ortp-0.13.1\ortp-0.13.1\include\ortp\stun.h (11280, 2007-03-12)
ortp-0.13.1\ortp-0.13.1\include\ortp\stun_udp.h (6309, 2007-03-12)
ortp-0.13.1\ortp-0.13.1\include\ortp\telephonyevents.h (3047, 2007-02-14)
ortp-0.13.1\ortp-0.13.1\INSTALL (9240, 2004-07-29)
ortp-0.13.1\ortp-0.13.1\install-sh (9233, 2007-04-04)
... ...

What is it ? ************ oRTP is a LGPL licensed C library implementing the RTP protocol (rfc3550). It is available for most unix clones (primilarly Linux and HP-UX), and Microsoft Windows. What are the build prequisites ? ******************************** libc. How do you I test ? ******************* There are shorts and easy to understand programs given with the library. There are good example to understand how to use oRTP api. - rtpsend : sends a stream from a file on disk. - rtprecv : receives a stream and writes it to disk. - mrtpsend: sends multiple streams from a file on disk to a range of remote port. - mrtprecv: receives mutiple streams on a range of local ports and writes them on disk. Is there some documentation ? ***************************** See the gtk-doc generated API documentation in docs/html. Program examples are a very good starting point. What are the current features ? ****************************** - works with ipv6 - packet scheduler - adaptive jitter compensation - automatic sending of RTCP SR or RR coumpounded with a SDES - RTCP parser API What are the planned features ? ******************************* - multi-endpoint rtp sessions. In which application oRTP is being used ? ***************************************** - linphone (http://www.linphone.org) was the first. - the OCMP platform (a Hewlett Packard product). How to compile my program using ortp ? ************************************** gcc -o myprogram `pkg-config --cflags ortp` myprogram.c \ `pkg-config --libs ortp` What about Windows port ? ************************* There are instructions and Microsoft Visual C++ project files in build/win32native/oRTP.

近期下载者

相关文件


收藏者