#Compiling Nginx with RTMP module
- Install the following packages
sudo apt-get install python-software-properties dpkg-dev git - Add Nginx repo
sudo add-apt-repository ppa:nginx/stable - Update package list
sudo apt-get update - Get nginx source (put this in it's own dir like
/buildsudo apt-get source nginx-full