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 fro

Re: newbie: nginx rtmp module

2018-03-10 Thread Gary
Yum install nginx gets you the binary. I'm not really sure how the dynamic module load works, but my understanding (or perhaps lack thereof) means you supplement the precompiled binary with the module. Solve your other problems first, then you can investigate this if you want to beat your head

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 lat

Re: newbie: nginx rtmp module

2018-03-10 Thread Gary
I believe you shouldn't have to compile Nginx but use the disty binary. Then you do the dynamic load trick. This way you can do "yum update" periodically without having to compile Nginx, but rather just download the latest binary. However don't break what is working!   Original Message   Fro

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 ins