• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question NGINX RTMP module with Plesk Obsidian

ivaniglesias

New Pleskian
Server operating system version
Ubuntu Server 22.04 LTS
Plesk version and microupdate number
18.0.58 Update #2
Hello everyone,

I would like to install the nginx RTMP module to my Plesk Obsidian server.

Does it pose any incompatibility or malfunction problem with the Plesk server?

Would I have to do it from the Ubuntu terminal or is there a module in Plesk to be able to install and configure it?

Thank you so much,
 
I'm also looking for a way to use nginx as an RTMP server with plesk.

I tried to edit the nginx.conf to add rtmp support but that's kept crashing my websites.
nginx is configured in plesk to run as a reverse proxy.

Any ideas to get this running?
 
You should be able to install the module (think it's apt install sw-nginx-module-rtmp but need to double check which I'm too lazy to do at the moment lol), enable it (plesk sbin nginx_modules_ctl --enable rtmp) then create a custom configuration file in /etc/nginx/modules.conf.d/ (like /etc/nginx/modules.conf.d/zzz_rtmp.conf) with whatever configurations you want.

You can find module configuration over at How to install the RTMP NGINX module in Plesk for CentOS/RHEL 7 or 8 - GetPageSpeed but that's basically the sum of it.
 
Back
Top