Possibly missing something in my conf file?

2017-11-02 Thread FrenchFry
I'm a bit confused about what it is I need to get Nginx to serve requests from my app server. I'm running inside a Vagrant box Ubuntu. Nginx runs on guest 80 and the server can be acccessed on 8080, while my app server (Thin) runs on guest 8000 and host 4567. Both are either localhost or 127.0.0.

Re: streaming video to mobile phones

2017-11-02 Thread Iurii Medvedev
You can use nginx as video streaming server. Its mean you can push or pull to/from nginx. Create hls playlist and your player can stream video. On Nov 2, 2017 22:01, "Anthony Griffiths" wrote: > On Thu, Nov 2, 2017 at 6:52 PM, Roman Arutyunyan wrote: > > Hi Anthony, > > > > On Thu, Nov 02, 2017

Re: streaming video to mobile phones

2017-11-02 Thread Anthony Griffiths
On Thu, Nov 2, 2017 at 6:52 PM, Roman Arutyunyan wrote: > Hi Anthony, > > On Thu, Nov 02, 2017 at 04:29:04PM +, 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:

Re: streaming video to mobile phones

2017-11-02 Thread Roman Arutyunyan
Hi Anthony, On Thu, Nov 02, 2017 at 04:29:04PM +, 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-ubuntu-to-stream-liv

Re: Beginner question - TCP or Sockets ?

2017-11-02 Thread FrenchFry
Ok, then I know I'm on the right track. Thanks for the link. It must be something in my conf that is tripping me up. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277173,277176#msg-277176 ___ nginx mailing list nginx@nginx.org http://mail

streaming video to mobile phones

2017-11-02 Thread Anthony Griffiths
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 th

Re: Beginner question - TCP or Sockets ?

2017-11-02 Thread Ruslan Ermilov
On Thu, Nov 02, 2017 at 10:00:34AM -0400, FrenchFry wrote: > I'm new to Nginx and the technology in general. I have spent some time on > nginx.org. The one thing I'm not sure of is if I need to configure my web > server, which is Thin (ruby), with sockets or should TCP be enough. The > reason I

Beginner question - TCP or Sockets ?

2017-11-02 Thread FrenchFry
I'm new to Nginx and the technology in general. I have spent some time on nginx.org. The one thing I'm not sure of is if I need to configure my web server, which is Thin (ruby), with sockets or should TCP be enough. The reason I ask is because a number of tutorial and blog posts seem to say tha

Re: Resolver not re-resolving new ip address of an AW ELB

2017-11-02 Thread Ruslan Ermilov
On Tue, Oct 31, 2017 at 01:26:45PM -0400, RKGood wrote: > Thank you for your replies. I think we have found the root cause. We have > found below: > > When you are using variables in a proxy_pass directive, nginx will use > runtime resolving except if : > the target server is declared as an IP

Re: OCSP validation of client certificates

2017-11-02 Thread pavelvd
Have you any plans for support OCSP validation of client certificates ? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,238506,277170#msg-277170 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: [Module] ngx_http_gzip issue : unknown directive "gzip"

2017-11-02 Thread nik mur
Hi Maxim, Thanks for the Tip. It seems that PageSpeed Module was the culprit, after compiling without PageSpeed, GZIP worked perfectly. On Wed, Nov 1, 2017 at 6:03 PM Maxim Dounin wrote: > Hello! > > On Tue, Oct 31, 2017 at 04:51:31PM +0300, Valentin V. Bartenev wrote: > > > On Monday 30 Octob