rtp

所属分类:Linux/Unix编程
开发工具:Unix_Linux
文件大小:1586KB
下载次数:542
上传日期:2008-07-07 09:47:00
上 传 者xujirun
说明:  一个非常好的基于linux的rtp代码,可以直接用在开发上
(A very good linux based on the rtp code, can be directly used in the development of)

文件列表:
rtp\config.status (34640, 2008-07-07)
rtp\ortp-config.h (3563, 2008-07-07)
rtp\config.log (42018, 2008-07-07)
rtp\ortp.spec (2094, 2008-07-07)
rtp\autogen.sh (165, 2006-03-31)
rtp\config.guess (44208, 2006-10-12)
rtp\TODO (97, 2002-04-09)
rtp\AUTHORS (177, 2006-06-23)
rtp\oRTP.prj (4403, 2003-11-06)
rtp\ortp.pc (352, 2008-07-07)
rtp\include\ortp\sessionset.h (3789, 2007-02-14)
rtp\include\ortp\str_utils.h (3435, 2006-08-22)
rtp\include\ortp\ortp.h (4623, 2007-02-16)
rtp\include\ortp\rtp.h (3783, 2006-12-01)
rtp\include\ortp\rtpsignaltable.h (1839, 2006-02-10)
rtp\include\ortp\event.h (2274, 2006-07-18)
rtp\include\ortp\Makefile (12604, 2008-07-07)
rtp\include\ortp\telephonyevents.h (3047, 2007-02-14)
rtp\include\ortp\stun_udp.h (6309, 2007-03-12)
rtp\include\ortp\rtpsession.h (13719, 2007-02-14)
rtp\include\ortp\rtcp.h (7385, 2006-09-06)
rtp\include\ortp\Makefile.am (258, 2006-04-25)
rtp\include\ortp\stun.h (11280, 2007-03-12)
rtp\include\ortp\port.h (6566, 2006-10-24)
rtp\include\ortp\payloadtype.h (6519, 2007-03-02)
rtp\include\ortp\Makefile.in (12523, 2007-04-17)
rtp\include\Makefile (14834, 2008-07-07)
rtp\include\Makefile.am (13, 2005-03-04)
rtp\include\Makefile.in (14761, 2007-04-17)
rtp\Makefile (24653, 2008-07-07)
rtp\ortp.pc.in (338, 2006-02-03)
rtp\config.sub (32560, 2006-10-12)
rtp\aclocal.m4 (261177, 2007-04-04)
rtp\ortp.spec.in (2130, 2007-02-01)
rtp\ortp.defs (28, 2008-07-07)
rtp\INSTALL (9240, 2004-07-29)
rtp\doc\html\scheduler_8h-source.html (7950, 2008-07-07)
rtp\doc\html\stun__udp_8h-source.html (19791, 2008-07-07)
rtp\doc\html\ortp_8h.html (16324, 2008-07-07)
... ...

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.

近期下载者

相关文件


收藏者