proxy_pass $arg_uri Do not decode URL

2017-11-03 Thread minutero
nginx 1.12.2 I have a location rule like this to proxy external images: location /imagesproxy { resolver 8.8.8.8; proxy_pass $arg_uri; proxy_pass_request_headers off; } The problem is that nginx doesn't seems to decode the URI /imagesproxy?uri=http%3A%2F%2Fwww.ex

Re: streaming video to mobile phones

2017-11-03 Thread Anthony Griffiths
On Thu, Nov 2, 2017 at 7:19 PM, Iurii Medvedev 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

Re: Re: why delta only include the execution time of ngx_process_events not ngx_event_process_posted (Zhang Chao) (Valentin V. Bartenev)

2017-11-03 Thread yang chen
Thank you very much, but I have another question, if delta larger than 1ms, it will excute ngx_event_expire_timers, how do you get the value? why not 2ms or others? if there are much events comming for 30s, and epoll_wait return quickly(linux) which less than 1ms in each circle, and the ngx_event_e