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/$nam
I use ffmpeg to stream a live video from my home to a vps running nginx. The
video size coming from source (home) is 320x180. Is there any way nginx can
inflate the video image? Can it be done in the nginx.conf file? This is my
nginx.conf file:
-
worker_proc
yes I've uninstalled nginx and reinstalled, this time using the nginx repo
and it gave me a newer version but still no rtmp module to be seen.
Fortunately I've solved my other problems but nginx is no good to me without
rtmp as I have to do video streaming, this is my whole reason for migrating
fro
hi sorry but I'm not quite clear. You said 'you shouldn't have to compile
Nginx but use the disty binary'. I'm not sure what the disty binary is. Do
you mean installing from the nginx repo at
http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm?
or from the lat
thanks again for your feedback on this thread and I see now I will have to
strip out the 'yum install' and re-compile nginx like I did before. I was
able to configure in the rtmp module using that method and video streaming
worked. The 'rrrgh' bit is just working out how to get the compiled
ins
I've resigned myself to the fact that there is no rtmp module here which
leads me to the obvious question:
is it possible to install an rtmp module into this 'yum install' version of
nginx?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,278950,278984#msg-278984
__
thankyou for that.
# nginx -V
nginx version: nginx/1.10.2
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)
built with OpenSSL 1.0.1e-fips 11 Feb 2013
TLS SNI support enabled
configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx
--modules-path=/usr/
thankyou for your feedback gariac.
# nginx - V
nginx: invalid option: "V"
I think this may be because I have the 'yum install' version of nginx and
not the tarball. TIA for any further ideas.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,278950,278952#msg-278952
___
I'm running centos 6 and installed nginx using 'yum install nginx'. Videos
are not working and I don't know whether I have the rtmp module or not. Here
is the text from the yum install:
Installing:
collectd-nginx x86_64
4.10.9-4.el6
trying to run 'yum install nginx*' (stable version) on centos 6 using these
instructions: http://nginx.org/en/linux_packages.html#stable I get the
following error
Transaction Check Error:
file /usr/lib64/nginx/modules/ngx_http_geoip_module.so conflicts between
attempted installs of nginx-module-
10 matches
Mail list logo