RTP_RCTP

所属分类:流媒体/Mpeg4/MP4
开发工具:C/C++
文件大小:428KB
下载次数:91
上传日期:2011-08-12 23:21:08
上 传 者veryn
说明:  标准的RTP/RTCP实现。并提供了多个例子程序,可以在linux或者windows平台下实现对流媒体的传输与控制。
( standards organization launched Linphone RTP/RTCP realize. And provide a number of examples of the procedure, you can under linux or windows platform realize convection media transmission and control. )

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

近期下载者

相关文件


收藏者