increase video image size
neuronetv
nginx-forum at forum.nginx.org
Fri Jun 8 09:15:57 UTC 2018
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
More information about the nginx
mailing list