crtmpserver

Git mirror of crtmpserver's SVN trunk

  • Owner: j0sh/crtmpserver
  • Platform:
  • License:: GNU General Public License v3.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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:

  • 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

Main metrics

Overview
Name With Ownerj0sh/crtmpserver
Primary LanguageC++
Program languageActionScript (Language Count: 9)
Platform
License:GNU General Public License v3.0
所有者活动
Created At2012-04-12 20:39:36
Pushed At2019-03-14 02:18:57
Last Commit At2012-09-15 01:41:17
Release Count0
用户参与
Stargazers Count332
Watchers Count35
Fork Count164
Commits Count771
Has Issues Enabled
Issues Count8
Issue Open Count7
Pull Requests Count1
Pull Requests Open Count2
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private