increase video image size

Roman Arutyunyan arut at nginx.com
Fri Jun 8 10:28:05 UTC 2018


Hi,

On Fri, Jun 08, 2018 at 05:15:57AM -0400, neuronetv wrote:
> 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?

Yes, it does.

> Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280079,280097#msg-280097
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

-- 
Roman Arutyunyan


More information about the nginx mailing list