jrtplib-3[1].7.1

所属分类:IP电话/视频会议
开发工具:Visual C++
文件大小:770KB
下载次数:6
上传日期:2013-10-14 13:58:27
上 传 者myricheng
说明:  RTP 是目前解决流媒体实时传输问题的最好办法,JRTPLIB 是一个用C++语言实现的RTP库,目前已经可以运行在Windows、Linux、FreeBSD、Solaris、Unix和 VxWorks等多种操作系统上。
(RTP is to solve the real-time streaming media transmission problems the best way, JRTPLIB is a C++ language RTP libraries, now can run on Windows, Linux, FreeBSD, Solaris, Unix and VxWorks and other operating systems.)

文件列表:
jthread-1.2.1\jthread-1.2.1\aclocal.m4 (244979, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\ChangeLog (2008, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\config.guess (43609, 2006-02-21)
jthread-1.2.1\jthread-1.2.1\config.sub (31160, 2006-02-21)
jthread-1.2.1\jthread-1.2.1\configure (662379, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\configure.in (741, 2006-06-14)
jthread-1.2.1\jthread-1.2.1\depcomp (15112, 2006-02-21)
jthread-1.2.1\jthread-1.2.1\doc\Makefile.am (24, 2006-02-21)
jthread-1.2.1\jthread-1.2.1\doc\Makefile.in (8348, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\doc\manual.tex (5099, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\doc (0, 2007-06-26)
jthread-1.2.1\jthread-1.2.1\install-sh (9505, 2006-02-21)
jthread-1.2.1\jthread-1.2.1\jthread.dsp (3158, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\jthread.dsw (537, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\jthread.sln (858, 2006-02-21)
jthread-1.2.1\jthread-1.2.1\jthread.vcproj (3451, 2006-03-17)
jthread-1.2.1\jthread-1.2.1\jthread_wce.sln (1294, 2006-02-21)
jthread-1.2.1\jthread-1.2.1\jthread_wce.vcproj (4540, 2006-03-17)
jthread-1.2.1\jthread-1.2.1\jthread_wce5.sln (1622, 2006-03-20)
jthread-1.2.1\jthread-1.2.1\jthread_wce5.vcproj (4634, 2006-03-20)
jthread-1.2.1\jthread-1.2.1\LICENSE.MIT (1026, 2006-02-21)
jthread-1.2.1\jthread-1.2.1\ltmain.sh (183740, 2006-02-21)
jthread-1.2.1\jthread-1.2.1\Makefile.am (670, 2006-03-21)
jthread-1.2.1\jthread-1.2.1\Makefile.in (19073, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\missing (10678, 2006-02-21)
jthread-1.2.1\jthread-1.2.1\pkgconfig\jthread-uninstalled.pc.in (335, 2006-03-16)
jthread-1.2.1\jthread-1.2.1\pkgconfig\jthread.pc.in (236, 2006-03-16)
jthread-1.2.1\jthread-1.2.1\pkgconfig\Makefile.am (367, 2006-03-16)
jthread-1.2.1\jthread-1.2.1\pkgconfig\Makefile.in (10326, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\pkgconfig (0, 2007-06-26)
jthread-1.2.1\jthread-1.2.1\src\jmutex.h (2145, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\src\jmutexautolock.h (1580, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\src\jthread.h (2265, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\src\Makefile.am (286, 2006-06-14)
jthread-1.2.1\jthread-1.2.1\src\Makefile.in (17425, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\src\pthread\jmutex.cpp (1828, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\src\pthread\jthread.cpp (3737, 2006-06-20)
jthread-1.2.1\jthread-1.2.1\src\pthread (0, 2007-06-26)
jthread-1.2.1\jthread-1.2.1\src\win32\jmutex.cpp (2279, 2006-06-20)
... ...

June 20, 2006 Notes about JThread (v1.2.1) LIBRARY LOCATION AND CONTACT ============================ Normally, you should be able to download the latest version of the library from this url: http://research.edm.uhasselt.be/jori/jthread/jthread.html If you have questions about the library, you can mail me at: jori.liesenborgs@gmail.com DISCLAIMER & COPYRIGHT ====================== Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. INSTALLATION NOTES ================== * To compile the library on a unix-like platform, just start the configure script. This should generate a makefile which you can use to start building the library using 'make'. * To compile the library on a MS-Windows platform using Visual C++, you can use the project files included in the archive. IMPORTANT: As of version 1.2.0, you can choose between two mutex implementations on the MS-Windows platform. By default, the same implementation is used as in previous versions. However, if you'd like the JMutex class to use a CRITICAL_SECTION object rather than a mutex handle, you should uncomment the JMUTEX_CRITICALSECTION define in jmutex.h before compiling the library.

近期下载者

相关文件


收藏者