shiretu / crtmpserver

GNU General Public License v3.0
135 stars 66 forks source link

Instructions how to compile and use C++ RTMP Server (a.k.a crtmpserver)

Requirements:

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:

This text will be replaced

If you see the video, then everything works well.

Installing crtmpserver:

Also look into builders/packing directory. There are several OS specific builders.

crtmpserver settings

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: