CRTMP Server

359 views
Skip to first unread message

Siam Modi

unread,
Jun 20, 2016, 11:31:36 AM6/20/16
to C++ RTMP Server
Hello,

i am looking for an svn mirror , where i can install the crtmp server.

svn.rtmpd.com is down.

I found on github an mirror, but how to use it ?



ALTANAI BISHT

unread,
Jul 26, 2016, 4:17:48 PM7/26/16
to C++ RTMP Server, siam...@yahoo.de
get gcc

sudo apt-get install build-essential


then do a git clone from https://github.com/j0sh/crtmpserver
1
2
3
sudo apt-get git
git clone https://github.com/j0sh/crtmpserver.git
cd crtmpserver/builders/cmake
create all makefile’s using cmake .
1
cmake .
1
make

Run using following command . If should print out a list of ports and their respecting functions

1
./crtmpserver/crtmpserver crtmpserver/crtmpserver.lua

+—————————————————————————–+
| Services|
+—+—————+—–+————————-+————————-+
| c | ip | port| protocol stack name | application name |
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 1112| inboundJsonCli| admin|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 1935| inboundRtmp| appselector|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 8081| inboundRtmps| appselector|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 8080| inboundRtmpt| appselector|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 6666| inboundLiveFlv| flvplayback|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 9999| inboundTcpTs| flvplayback|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 6665| inboundLiveFlv| proxypublish|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 8989| httpEchoProtocol| samplefactory|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 8988| echoProtocol| samplefactory|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 1111| inboundHttpXmlVariant| vptests|
+—+—————+—–+————————-+————————-+
Reply all
Reply to author
Forward
0 new messages