Welcome to Centmin Mod Community
Register Now

Beta Branch add NGINX_VIDEO control variable in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Sep 1, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    55,234
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,831
    Local Time:
    1:33 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add NGINX_VIDEO control variable in 123.09beta01


    Add a single variable, NGINX_VIDEO='y' to control all Nginx video/streaming related nginx modules. When set to NGINX_VIDEO='y' will auto set NGINX_SLICE='y', NGINX_RTMP='y', NGINX_FLV='y', and NGINX_MP4='y'. Disabled by default NGINX_VIDEO='n'. To enable, set in persistent config file /etc/centminmod/custom_config.inc the variable to NGINX_VIDEO='y' and recompile nginx via centmin.sh menu option 4

    Continue reading...

    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,234
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,831
    Local Time:
    1:33 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    example with NGINX_VIDEO='y' enabled

    with OpenSSL 1.1.0i
    with BoringSSL
     
  3. Qu Don

    Qu Don Member

    79
    7
    8
    Aug 21, 2017
    Brooklyn, New York
    Ratings:
    +22
    Local Time:
    11:33 AM
    How do I put this to good use? In what implementation does this come handy.

    Is this for any locally served video?
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,234
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,831
    Local Time:
    1:33 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+