Bin
Bin
same problem in version 1.7.12
``` rtmp { server { listen 1935; application live { live on; push rtmp://otherserver/live/$name?$args; } } } ``` e.g rtmp://server/live/stream?t=123 >>> rtmp://otherserver/live/stream?t=123 I want to use $name and $args in...
Thanks, but I use $name and $args in exec_publish directive to run a bash is work, but in push directive $name and $args can't parse variables, it just "$name" and...
@massoudAfrashteh like i said, run a bash is work. but in the 'push' directive, $name and $args can't parse. example : ``` rtmp { server { listen 1935; application live...