Nginx 1.9 from package & RTMP

I just install nginx 1.9 on my ubuntu 15.04 machine using precompiled
package “apt-get install”, nginx in working and now how can I add RTMP
module?

Posted at Nginx Forum:

On 13 May 2015, at 05:17, Fabbbio [email protected] wrote:

I just install nginx 1.9 on my ubuntu 15.04 machine using precompiled
package “apt-get install”, nginx in working and now how can I add RTMP
module?

You cannot add a module to a compiled nginx. To add a module you should
recompile it from source with appropriate --add-module option.