We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo apt-get install dpkg-dev
sudo apt-get source nginx
cd /usr/src/nginx
sudo git clone https://github.com/arut/nginx-rtmp-module.git
cd nginx-[version-number]
sudo vi debian/rules
Edit the rules and at then end of the add-modules configuration string add --add-module=/usr/src/nginx/nginx-rtmp-module \
--add-module=/usr/src/nginx/nginx-rtmp-module \
dpkg-buildpackage -b
(wait for a while while it builds... a really long while... like you might want to go grab a meal)
cd .. && sudo dpkg --install nginx-common_1.3.13-1chl1~quantal1_all.deb nginx-full_1.3.13-1chl1~quantal1_amd64.deb
sudo service nginx status
sudo service nginx start if nginx isn't running.
sudo service nginx start
Source