crtmpserver-2016

所属分类:流媒体/Mpeg4/MP4
开发工具:Visual C++
文件大小:2607KB
下载次数:30
上传日期:2016-03-05 22:17:16
上 传 者mountain
说明:  crtmpserver又称rtmpd是Evostream Media Server(www.evostream.com)的社区版本采用GPLV3授权,由 C/C++开发的一个高性能的RTMP流媒体服务器,可以实现直播与点播功能多终端支持功能,在特定情况下是FMS的良好替代品。支持RTMP的一堆协议(RTMP,RTMPE, RTMPS, RTMPT, RTMPTE),如果你不想用RED5的话它也是一个很好的选择。
(crtmpserver community is also known rtmpd version Evostream Media Server (www.evostream.com) using GPLV3 authorized by the C/C++ development of a high-performance RTMP streaming media server, you can live and on-demand multi-function terminal support, in particular FMS case is a good substitute. Support RTMP protocol pile (RTMP, RTMPE, RTMPS, RTMPT, RTMPTE), if you do not want to use RED5 then it is also a good choice. )

文件列表:
crtmpserver-centosinit (0, 2012-07-18)
crtmpserver-centosinit\3rdparty (0, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev (0, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lapi.c (22708, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lapi.h (262, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lauxlib.c (17417, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lauxlib.h (5777, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lbaselib.c (17046, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lcode.c (21351, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lcode.h (2750, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\ldblib.c (10069, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\ldebug.c (16840, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\ldebug.h (1061, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\ldo.c (14851, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\ldo.h (1897, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\ldump.c (3114, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lfunc.c (4618, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lfunc.h (1125, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lgc.c (20099, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lgc.h (3159, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\linit.c (765, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\liolib.c (13406, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\llex.c (12482, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\llex.h (2177, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\llimits.h (2349, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lmathlib.c (5831, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lmem.c (2172, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lmem.h (1494, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\loadlib.c (19216, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lobject.c (5498, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lobject.h (8502, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lopcodes.c (2884, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lopcodes.h (8086, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\loslib.c (5992, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lparser.c (36696, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lparser.h (2261, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lstate.c (5674, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lstate.h (5011, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lstring.c (3110, 2012-07-18)
crtmpserver-centosinit\3rdparty\lua-dev\lstring.h (814, 2012-07-18)
... ...

Instructions how to compile and use C++ RTMP Server (a.k.a crtmpserver) Requirements: * GCC and other C++ tools * SVN * libdl, libssl, libcrypto (make sure you have the "devel" packages of libdl, ssl and crypto installed prior to compiling) In order to get the source code, issue the following command: svn co --username anonymous https://svn.rtmpd.com/crtmpserver/trunk crtmpserver When it asks for password, hit Enter key Compile the package. Do the following steps: cd crtmpserver/builders/cmake cmake . (this step will create all the Makefile's that are required. If some package is missing, the cmake will complain) make The compilation procedure should be finished within few minutes. After you compiled the package, it's time to test it. Run the following command: ./crtmpserver/crtmpserver crtmpserver/crtmpserver.lua If everything goes well, you'll get on your console a table with IP's, ports, protocols, and application names If you see this table, then crtmpserver is working. Lets test it the server. Follow these simple steps: * Download a simple FLV or MP4 file. You can dowload a sample file from here: http://www.mediacollege.com/adobe/flash/video/tutorial/example-flv.html * Place the file you downloaded into the crtmpserver/media folder * Download an FLV player. For this example, we'll use JW Player. Get it here: http://www.longtailvideo.com/players/jw-flv-player * Extract the JW Player to a directory which is accessible through your web server * Go to the extracted directory and create an HTML file which will include the player and play the file. Here's an example:
This text will be replaced
* Change the 127.0.0.1 to either the IP of your crtmpserver or simply use a hostname of your machine * Replace file-download with the actual filename of your sample you download. Remeber to omit the .flv if it's an FLV file * Open a web browser and point it to to the web server IP/Hostname and the directory you installed the player (example: http://127.0.0.1/player) * You should see a player. Click the play button and the video should be played. If you see the video, then everything works well. Installing crtmpserver: * Go to the directory crtmpserver/cmake * Run the following command: cmake -DCRTMPSERVER_INSTALL_PREFIX= (for example /usr/local/crtmpserver) * After previous command done start build project with command: make * After build comlete run command: make install * After install you has installed crtmpserver in (in our case /usr/local/crtmpserver) * Now you can start crtmpserver with command: sudo /sbin/crtmpserver --uid= /etc/crtmpserver.lua in our case: sudo /usr/local/crtmpserver/sbin/crtmpserver --uid= /usr/local/crtmpserver/etc/crtmpserver.lua Also look into builders/packing directory. There are several OS specific builders. * in directory "debian" builder for Debian, also can be used for Ubuntu and other distributions based on debian * in directory "freebsd" builder(port) for FreeBSD crtmpserver settings * All crtmpserver settings are located in a detailed file calle: crtmpserver.lua Support/Help: If you're lookingo for assistance with crtmpserver, feel free to join us at: http://groups.google.com/group/c-rtmp-server Credits: * crtmpserver written by: Gavriloaie Eugen-Andrei * Documentation (this file): Hetz Ben Hamo, Andriy Beregovenko * TinyXML: Lee Thomason * lua: Roberto Ierusalimschy, Waldemar Celes, Luiz Henrique de Figueiredo * Performance: Vlad Galu * Protocols: Mircea Danila Dumitrescu

近期下载者

相关文件


收藏者