Last active
February 27, 2017 00:59
-
-
Save Donmclean/4c92e40b37a412927221ff5856f64bb8 to your computer and use it in GitHub Desktop.
Nginx RTMP SETUP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ps axw -o pid,ppid,user,%cpu,vsz,wchan,command | egrep '(nginx|PID)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://nginx.org/download/nginx-1.10.1.tar.gz?_ga=1.91095642.1300802802.1487832433 | |
tar zxf nginx-1.10.1.tar.gz\?_ga\=1.91095642.1300802802.1487832433 | |
sudo git clone https://github.com/arut/nginx-rtmp-module.git | |
sudo apt-get install gcc libpcre3 libpcre3-dev build-essential libssl-dev | |
cd nginx-1.10.1 | |
./configure --add-module=/home/donmcleanx/nginx-rtmp-module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment