Ubuntu编译安装crtmp-server

下载源码

从GitHub上下载:

https://github.com/j0sh/crtmpserver.git

编译安装

apt-get install cmake
apt-get install libssl-dev
unzip centosinit
cd crtmpserver-centosinit/builders/cmake
cmake . 
make

运行

./crtmpserver/crtmpserver ./crtmpserver/crtmpserver.lua
原文地址:https://www.cnblogs.com/gongluck/p/9021204.html