Hi!
I'm trying to redirect an input stream in app live to app forward using the 
control/redirect/publisher command without any success. Here is my conf file.
application live {
live on;
allow publish all;
allow play all;
}

application forward {
live on;
allow publish all;
allow play all;
push rtmp://localhost:8080/live/test05;
}

Could anyone give an example on how to use control/redirect/publisher command 
for the above config?

Thanks.
_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to