Skip to content

Instantly share code, notes, and snippets.

View csi-lk's full-sized avatar
🏦
banking

Callum Silcock csi-lk

🏦
banking
View GitHub Profile
#https://www.vultr.com/docs/setup-nginx-rtmp-on-ubuntu-14-04
apt-get install -y build-essential libpcre3 libpcre3-dev libssl-dev unzip software-properties-common
mkdir /usr/build
#Download the Nginx and Nginx-RTMP source.
wget http://nginx.org/download/nginx-1.7.8.tar.gz
wget https://github.com/arut/nginx-rtmp-module/archive/master.zip
#Extract the Nginx and Nginx-RTMP source.
tar -zxvf nginx-1.7.8.tar.gz
unzip master.zip
#Switch to the Nginx directory.