nginx-rtmp-module
nginx-rtmp-module copied to clipboard
regex on app name is possible?
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.
i have some problem
i have facing same problem.