ortp-0.10.1

所属分类:网络编程
开发工具:C/C++
文件大小:1246KB
下载次数:12
上传日期:2008-05-21 12:28:18
上 传 者neufox
说明:  使用C语言编写的RTP协议栈,ortp-0.10.1版本

文件列表:
ortp-0.10.1 (0, 2006-10-16)
ortp-0.10.1\aclocal.m4 (274197, 2006-06-27)
ortp-0.10.1\AUTHORS (181, 2006-06-15)
ortp-0.10.1\autogen.sh (173, 2006-03-31)
ortp-0.10.1\build (0, 2006-10-16)
ortp-0.10.1\build\Makefile.am (22, 2006-01-31)
ortp-0.10.1\build\Makefile.in (15387, 2006-06-27)
ortp-0.10.1\build\win32native (0, 2006-10-16)
ortp-0.10.1\build\win32native\Debug (0, 2006-10-16)
ortp-0.10.1\build\win32native\Makefile.am (44, 2006-04-24)
ortp-0.10.1\build\win32native\Makefile.in (9866, 2006-06-27)
ortp-0.10.1\build\win32native\ortp.def (2477, 2006-07-18)
ortp-0.10.1\build\win32native\ortp.dev (6338, 2006-04-24)
ortp-0.10.1\build\win32native\oRTP.ncb (158720, 2006-07-18)
ortp-0.10.1\build\win32native\oRTP.sln (897, 2006-07-18)
ortp-0.10.1\build\win32native\oRTP.suo (11264, 2006-07-18)
ortp-0.10.1\build\win32native\oRTP.vcproj (6722, 2006-07-18)
ortp-0.10.1\build\win32native\_desktop.ini (10, 2006-10-16)
ortp-0.10.1\build\_desktop.ini (10, 2006-10-16)
ortp-0.10.1\ChangeLog (3112, 2006-03-10)
ortp-0.10.1\config.guess (45570, 2006-02-25)
ortp-0.10.1\config.sub (33952, 2006-02-25)
ortp-0.10.1\configure (766859, 2006-06-27)
ortp-0.10.1\configure.ac (8018, 2006-06-27)
ortp-0.10.1\COPYING (26934, 2005-10-28)
ortp-0.10.1\depcomp (16466, 2006-06-27)
ortp-0.10.1\docs (0, 2006-10-16)
ortp-0.10.1\docs\html (0, 2006-10-16)
ortp-0.10.1\docs\html\book1.html (2601, 2006-06-27)
ortp-0.10.1\docs\html\index.sgml (6685, 2006-06-27)
ortp-0.10.1\docs\html\ortp-library-management-functions.html (6178, 2006-06-27)
ortp-0.10.1\docs\html\ortp-multiplexing-sessions---in-a-one-thread-design.html (15024, 2006-06-27)
ortp-0.10.1\docs\html\ortp-rtp-payloads-and-profiles.html (12117, 2006-06-27)
ortp-0.10.1\docs\html\ortp-rtpsession-api.html (69176, 2006-06-27)
ortp-0.10.1\docs\html\ortp-telephone-events---rfc2833-.html (15499, 2006-06-27)
ortp-0.10.1\docs\html\ortpapi.html (3270, 2006-06-27)
ortp-0.10.1\docs\html\style.css (886, 2006-06-27)
ortp-0.10.1\docs\html\_desktop.ini (10, 2006-10-16)
ortp-0.10.1\docs\Makefile.am (5550, 2006-04-12)
ortp-0.10.1\docs\Makefile.in (16339, 2006-06-27)
... ...

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.

近期下载者

相关文件


收藏者