winshining / nginx-http-flv-module

A media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache, VHosts (one IP for multi domain names) and JSON style statistics are supported now.

Repository from Github https://github.comwinshining/nginx-http-flv-moduleRepository from Github https://github.comwinshining/nginx-http-flv-module

Very small feature request - Important

streamingsystems opened this issue · comments

Hi,

We are users of your program and love it. There is a setting in your code that set the default HLS directory permissions:

#define NGX_RTMP_HLS_DIR_ACCESS 0744

For our production environment we have to change to this:

#define NGX_RTMP_HLS_DIR_ACCESS 2775

In order to make this change we need to fork your code, and build it ourself, and deploy it and it's causing us problems as we would like to it as part of a RPM that gets built for your module.

Would it be possible to make this a parameter that can be put in the config versus hard coded as a constant?

We would be happy to pay you for your time to make this feature for us.

Thanks!

-Rob

will submit PR