Get the most out of your Centmin Mod LEMP stack
Become a Member

Hello everyone! I am new and want to know...

Discussion in 'Introductions' started by tharldvs1, Jan 9, 2016.

Tags:
  1. tharldvs1

    tharldvs1 New Member

    1
    0
    1
    Jan 9, 2016
    Ratings:
    +0
    Local Time:
    8:01 PM
    Can I use this to install and setup for nginx rtmp module? I want to setup live streaming server

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,209
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    11:01 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    welcome @tharldvs1 to Centmin Mod Community :)

    Centmin Mod Nginx has support for rtmp nginx module as a result of the request at Nginx - Nginx for Stream Videos Server | Centmin Mod Community That is as far it goes so the rest of whatever you require to run a streaming site would be up to you. Which according to How to set up your own private RTMP server using nginx | Open Broadcaster Software would be step 3 and onwards. Note I have not used rtmp module myself.

    The rtmp nginx module is disabled by default, so to enable it you need to enable 2 variables
    Code:
    NGINX_RTMP=y
    NGINX_MP4=y
    
    which can either be changed in centmin.sh itself or via persistent config file /etc/centminmod/custom_config.inc outlined at centminmod.com/upgrade.html#persistent where you add those 2 variables to custom_config.inc

    Then just run centmin.sh menu option 4 to recompile your nginx version with rtmp and mp4 module support

    Code:
    --------------------------------------------------------
      Centmin Mod 1.2.3-eva2000.08 - http://centminmod.com
      --------------------------------------------------------
                         Centmin Mod Menu                
      --------------------------------------------------------
      1).  Centmin Install
      2).  Add Nginx vhost domain
      3).  NSD setup domain name DNS
      4).  Nginx Upgrade / Downgrade
      5).  PHP Upgrade / Downgrade
      6).  XCache Re-install
      7).  APC Cache Re-install
      8).  XCache Install
      9).  APC Cache Install
      10). Memcached Server Re-install
      11). MariaDB 5.2/5.5 & 10.x Upgrade Sub-Menu
      12). Zend OpCache Install/Re-install
      13). Install ioping.sh vbtechsupport.com/1239/
      14). SELinux disable
      15). Install/Reinstall ImagicK PHP Extension
      16). Change SSHD Port Number
      17). Multi-thread compression: pigz,pbzip2,lbzip2...
      18). Suhosin PHP Extension install
      19). Install FFMPEG and FFMPEG PHP Extension
      20). NSD Re-install
      21). Update - Nginx + PHP-FPM + Siege
      22). Add Wordpress Nginx vhost + WP Super Cache
      23). Update Centmin Mod Code Base
      24). Exit
      --------------------------------------------------------
      Enter option [ 1 - 24 ] 4
      --------------------------------------------------------

    Threads you might want to participate in ;)

    Threads to read, pages to bookmark and threads to watch/subscribe to get to know Centmin Mod would include:
    Premium Membership
     
    Last edited: Jan 9, 2016