nginx-rtmp-module icon indicating copy to clipboard operation
nginx-rtmp-module copied to clipboard

regex on app name is possible?

Open cgtarmenta opened this issue 6 years ago • 2 comments

regex on app name is possible? im trying to simplify the workflow, but don't know if i'm wrong or is not even possible to use reg expression in the app name, something that i use extendly on nginx's locations

application  ^~ /(.*)/g {                           
        live on;                                    
        record off;                                 
        allow publish all;                          
        deny play all;                              
        push rtmp://192.168.0.201:3000 live=1 app=$1;                                                
 }

something like that.

cgtarmenta avatar Jun 13 '18 21:06 cgtarmenta

i have some problem

alireza5014 avatar Aug 20 '21 21:08 alireza5014

i have facing same problem.

gmishra-dev7 avatar Oct 30 '23 11:10 gmishra-dev7