Skip to content

Instantly share code, notes, and snippets.

@Donmclean
Last active February 27, 2017 00:59
Show Gist options
  • Save Donmclean/4c92e40b37a412927221ff5856f64bb8 to your computer and use it in GitHub Desktop.
Save Donmclean/4c92e40b37a412927221ff5856f64bb8 to your computer and use it in GitHub Desktop.
Nginx RTMP SETUP
ps axw -o pid,ppid,user,%cpu,vsz,wchan,command | egrep '(nginx|PID)'
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