rtptest

所属分类:流媒体/Mpeg4/MP4
开发工具:C/C++
文件大小:616KB
下载次数:112
上传日期:2008-12-11 10:55:34
上 传 者hanson681
说明:  自己编写的rtp传输协议,支持各种格式的网络流媒体播放器源代码。测试稳定。
(I have written rtp Transfer Protocol to support a variety of formats network streaming media player source code. Stability test.)

文件列表:
rtptest\Client\1asynbase.lib (126994, 2004-07-19)
rtptest\Client\AsyncFilter.cpp (3706, 2000-03-25)
rtptest\Client\AsyncFilter.h (1280, 2000-03-25)
rtptest\Client\Client.aps (20392, 2000-03-25)
rtptest\Client\Client.cpp (2063, 2004-05-09)
rtptest\Client\Client.dsp (4914, 2004-07-21)
rtptest\Client\Client.dsw (535, 2004-05-09)
rtptest\Client\Client.h (1324, 2004-05-09)
rtptest\Client\Client.ncb (156672, 2000-03-25)
rtptest\Client\Client.opt (318976, 2000-03-25)
rtptest\Client\Client.plg (2620, 2000-03-25)
rtptest\Client\Client.rc (4855, 2004-07-21)
rtptest\Client\ClientDlg.cpp (11355, 2000-03-25)
rtptest\Client\ClientDlg.h (2297, 2000-03-25)
rtptest\Client\MemStream.cpp (3406, 2004-05-18)
rtptest\Client\MemStream.h (1211, 2004-05-10)
rtptest\Client\res\Client.ico (1078, 2004-05-09)
rtptest\Client\res\Client.rc2 (398, 2004-05-09)
rtptest\Client\res\Thumbs.db (3072, 2004-07-19)
rtptest\Client\resource.h (730, 2004-05-10)
rtptest\Client\StdAfx.cpp (204, 2004-05-10)
rtptest\Client\StdAfx.h (1719, 2004-05-18)
rtptest\Client103.exe (372808, 2004-07-21)
rtptest\Rtp\ChangeLog (6276, 2004-01-06)
rtptest\Rtp\configure (133286, 2003-11-17)
rtptest\Rtp\configure.in (7128, 2003-11-17)
rtptest\Rtp\doc\manual.tex (38219, 2004-01-06)
rtptest\Rtp\doc\manual.txt (35838, 2004-01-06)
rtptest\Rtp\doc\tutorial.tex (11430, 2004-01-06)
rtptest\Rtp\doc\tutorial.txt (10639, 2004-01-06)
rtptest\Rtp\examples\sample1.cpp (2471, 2004-01-06)
rtptest\Rtp\examples\sample2.cpp (3353, 2002-08-26)
rtptest\Rtp\jrtplib2_8.dsp (5799, 2004-04-24)
rtptest\Rtp\jrtplib2_8.dsw (543, 2003-12-31)
rtptest\Rtp\jrtplib2_8.ncb (427008, 2000-03-19)
rtptest\Rtp\jrtplib2_8.opt (206848, 2000-03-19)
rtptest\Rtp\jrtplib2_8.plg (4480, 2000-03-19)
rtptest\Rtp\Makefile.in (2839, 2003-12-31)
... ...

------------------------------------------------------------------------------ 6th January 2004 Notes about JRTPLIB (v2.8) LIBRARY LOCATION AND CONTACT ============================ Normally, you should be able to download the latest version of the library from this url: http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html If you have questions about the library, you can mail me at: jori@lumumba.luc.ac.be 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'. * If you intend to use the library on a VxWorks system, you should run the configure script with option '--target=vxworks'. * For a manual about the library, please refer to doc/manual.txt. A tutorial can also be found in the 'doc' directory. * If you should want to make some manual adjustments, it's probably useful to know that these are the defines in use: WIN32 If defined, the library will compile for use on a MS-Windows system, using Winsock socket functions. Otherwise, a unix-like environment is assumed and those socket functions will be used. This define used to be WINVERSION, but I changed it because Visual C++ automatically defines 'WIN32' in its projects. RTP_BIG_ENDIAN If defined, the library will compile for use on a big endian system, if not it will compile for a little endian system. RTP_SOCKLENTYPE_UINT If defined, the last parameter in functions 'getsockname' and 'recvfrom' will be of type 'unsigned int *', otherwise it's an 'int *'. RTP_HAVE_SYS_FILIO On some systems (on Solaris anyway) an extra file needs to be included ( sys/filio.h ). This define make sure this file gets included. RTP_MULTICAST This define specifies if the library should de built with support for multicasting. RTP_VXWORKS This define is used to compile the library on a VxWorks system. RTPDEBUG If you enable this, the library will use some memory tracking routines to check for memory leaks. Note that this will slightly alter some class definitions, so you must also enable this flag when you're compiling a program with this debug version of the library. You probably don't need this define, unless you're making some serious changes to the library. To enable it, you should just uncomment the appropriate line in 'rtpconfig.h' ------------------------------------------------------------------------------

近期下载者

相关文件


收藏者