Roman Arutyunyan Wrote:
-------------------------------------------------------

> Something like this should work:
> 
> application /src {
>     live on;
>     exec_push ffmpeg -i rtmp://localhost/src/$name -c:a copy -c:v
> libx264
>                      -s 640x480 -f flv rtmp://localhost/dst/$name;
> }
> 
> application /dst {
>     # proceed here
> }
> 

thanks, does this go in my nginx.conf file?

Posted at Nginx Forum: 
https://forum.nginx.org/read.php?2,280079,280097#msg-280097

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to