ortp-0.12.0

所属分类:IP电话/视频会议
开发工具:Visual C++
文件大小:478KB
下载次数:13
上传日期:2008-04-08 20:52:30
上 传 者风菊
说明:  可用于做IP电话使用.我在VC下使用可行
(Can be used to make IP phone. I use VC feasible)

文件列表:
ortp-0.12.0\ortp-0.12.0\aclocal.m4 (262703, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\AUTHORS (177, 2006-08-09)
ortp-0.12.0\ortp-0.12.0\autogen.sh (165, 2006-08-09)
ortp-0.12.0\ortp-0.12.0\build\Makefile.am (27, 2006-10-10)
ortp-0.12.0\ortp-0.12.0\build\Makefile.in (15016, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\build\win32native\Makefile.am (42, 2006-08-09)
ortp-0.12.0\ortp-0.12.0\build\win32native\Makefile.in (9646, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\build\win32native\ortp.def (2547, 2006-09-15)
ortp-0.12.0\ortp-0.12.0\build\win32native\ortp.dev (6671, 2006-08-21)
ortp-0.12.0\ortp-0.12.0\build\win32native\oRTP.vcproj (6787, 2006-08-09)
ortp-0.12.0\ortp-0.12.0\build\wince\Makefile.am (33, 2006-10-06)
ortp-0.12.0\ortp-0.12.0\build\wince\Makefile.in (9619, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\build\wince\ortp.def (2547, 2006-09-23)
ortp-0.12.0\ortp-0.12.0\build\wince\oRTP.vcproj (21602, 2006-11-09)
ortp-0.12.0\ortp-0.12.0\ChangeLog (4446, 2006-10-24)
ortp-0.12.0\ortp-0.12.0\config.guess (44208, 2006-10-12)
ortp-0.12.0\ortp-0.12.0\config.sub (32560, 2006-10-12)
ortp-0.12.0\ortp-0.12.0\configure (741852, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\configure.ac (7539, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\COPYING (26430, 2006-08-09)
ortp-0.12.0\ortp-0.12.0\depcomp (15936, 2006-08-09)
ortp-0.12.0\ortp-0.12.0\docs\html\book1.html (2462, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\home.png (654, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\index.sgml (6621, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\left.png (459, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\ortp-library-management-functions.html (5798, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\ortp-multiplexing-sessions---in-a-one-thread-design.html (14188, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\ortp-rtp-payloads-and-profiles.html (11426, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\ortp-rtpsession-api.html (65468, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\ortp-telephone-events---rfc2833-.html (14625, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\ortpapi.html (3095, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\right.png (472, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\style.css (820, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\html\up.png (406, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\Makefile.am (4257, 2006-08-09)
ortp-0.12.0\ortp-0.12.0\docs\Makefile.in (20092, 2006-11-10)
ortp-0.12.0\ortp-0.12.0\docs\ortp-docs.sgml (554, 2006-08-09)
ortp-0.12.0\ortp-0.12.0\docs\ortp-overrides.txt (0, 2006-08-09)
ortp-0.12.0\ortp-0.12.0\docs\ortp-sections.txt (2155, 2006-10-23)
ortp-0.12.0\ortp-0.12.0\docs\ortp.types (0, 2006-08-09)
... ...

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.

近期下载者

相关文件


收藏者