Re: newbie: nginx rtmp module

2018-03-10 Thread neuronetv
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

Re: newbie: nginx rtmp module

2018-03-10 Thread Gary
will be easier.   Original Message   From: nginx-fo...@forum.nginx.org Sent: March 10, 2018 8:58 AM To: nginx@nginx.org Reply-to: nginx@nginx.org Subject: Re: newbie: nginx rtmp module 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

Re: newbie: nginx rtmp module

2018-03-10 Thread neuronetv
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

Re: newbie: nginx rtmp module

2018-03-10 Thread Gary
al Message   From: nginx-fo...@forum.nginx.org Sent: March 10, 2018 1:08 AM To: nginx@nginx.org Reply-to: nginx@nginx.org Subject: Re: newbie: nginx rtmp module 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.

Re: newbie: nginx rtmp module

2018-03-10 Thread neuronetv
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

Re: newbie: nginx rtmp module

2018-03-09 Thread li...@lazygranch.com
I had a few neurons fire. I forgot nginx can load dynamic modules. https://www.nginx.com/blog/nginx-dynamic-modules-how-they-work/ I haven't done this myself, so you are on your own at this point. On Fri, 09 Mar 2018 11:59:30 -0500 "neuronetv" wrote: > I've

Re: newbie: nginx rtmp module

2018-03-09 Thread Gary
process, but some do. The point here being maybe there is some other way to rtmp without the module.   Original Message   From: nginx-fo...@forum.nginx.org Sent: March 9, 2018 8:59 AM To: nginx@nginx.org Reply-to: nginx@nginx.org Subject: Re: newbie: nginx rtmp module I've resigne

Re: newbie: nginx rtmp module

2018-03-09 Thread neuronetv
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

Re: newbie: nginx rtmp module

2018-03-08 Thread neuronetv
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

Re: newbie: nginx rtmp module

2018-03-07 Thread Gary
@nginx.org Subject: Re: newbie: nginx rtmp module 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.or

Re: newbie: nginx rtmp module

2018-03-07 Thread neuronetv
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

Re: newbie: nginx rtmp module

2018-03-07 Thread Gary
nginx - V will show what modules are installed.   Original Message   From: nginx-fo...@forum.nginx.org Sent: March 7, 2018 12:24 AM To: nginx@nginx.org Reply-to: nginx@nginx.org Subject: newbie: nginx rtmp module I'm running centos 6 and installed nginx using 'yum install nginx'. Videos