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 &gby neuronetv - Nginx Mailing List - English
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_processes 1; error_log logs/error.log debug; events { worker_connections 1024; } rtmp { serveby neuronetv - Nginx Mailing List - English
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 from apache to nginx. I'm struggling to understand the dynamic modules page (thanks for that link) and Iby neuronetv - Nginx Mailing List - English
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 latest tarball?by neuronetv - Nginx Mailing List - English
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 'aaaarrrgh' bit is just working out how to get the compiled install to serve multiple domains.by neuronetv - Nginx Mailing List - English
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?by neuronetv - Nginx Mailing List - English
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/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.lby neuronetv - Nginx Mailing List - English
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.by neuronetv - Nginx Mailing List - English
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 epel 14 k munin-nginx noarchby neuronetv - Nginx Mailing List - English
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-geoip-1.12.2-1.el6.ngx.x86_64 and nginx-mod-http-geoip-1.10.2-1.el6.x86_64 file /usr/lib64/nginby neuronetv - Nginx Mailing List - English
On Thu, Nov 2, 2017 at 7:19 PM, Iurii Medvedev <medvedev.yp@gmail.com> wrote: > You can use nginx as video streaming server. I'm already using nginx > Its mean you can push or pull > to/from nginx. I'm already pulling from nginx > Create hls playlist and your player can stream video. this topic is nothing to do with a playlist, it's about live streaming video. please avoid toby neuronetv - Nginx Mailing List - English
On Thu, Nov 2, 2017 at 6:52 PM, Roman Arutyunyan <arut@nginx.com> wrote: > Hi Anthony, > > On Thu, Nov 02, 2017 at 04:29:04PM +0000, Anthony Griffiths wrote: >> I'm running nginx-1.12.2 on a centos 6 server and I've had success >> with it streaming live video to a mobile phone. I followed the >> instructions here: >> https://www.vultr.com/docs/setup-nginx-on-by neuronetv - Nginx Mailing List - English
I'm running nginx-1.12.2 on a centos 6 server and I've had success with it streaming live video to a mobile phone. I followed the instructions here: https://www.vultr.com/docs/setup-nginx-on-ubuntu-to-stream-live-hls-video this page uses mpegurl m3u8 as the streaming protocol. My question is are there any other protocols that work with mobile phones? And how would I specify that in nginx.conf? I'vby neuronetv - Nginx Mailing List - English
I've installed nginx-1.12.2 on a centos 6.9 server and got it running and streaming live video. I compiled it from source using the instructions here: https://www.nginx.com/resources/admin-guide/installing-nginx-open-source/ My main aim is to get nginx streaming live video to phones but more of that later... After the install I noticed I no longer have /etc/sysconfig/iptables. What did nginx replaby neuronetv - Nginx Mailing List - English
I'm running fedora 25 32bit and I've downloaded nginx-1.10.1. I . I need the rtmp module working too so I also downloaded nginx-ts-module-master and I ran: # ./configure --add-module=/home/packages/nginx-ts-module-master the configure went ok but when I run make it stops with this error: /home/packages/nginx-ts-module-master/src/ngx_ts_hls.c /home/packages/nginx-ts-module-master/src/ngx_tby neuronetv - How to...
![]() |
![]() |
![]() |
![]() |
|