Re: Is there a limitation in nginx on the number of simultaneous via proxy_pass

2019-08-31 Thread glareboa
Hung Nguyen: No, it’s browser limitation You're right, this is a browser limitation Posted at Nginx Forum: https://forum.nginx.org/read.php?2,285362,285494#msg-285494 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/n

Re: Is there a limitation in nginx on the number of simultaneous via proxy_pass

2019-08-22 Thread glareboa
If do index.html and nginx.conf like below, that displays all index.html - ... nginx.conf --- location /aaa/ { rewrite ^/aaa/ http://mysite.org:9000";; } ... Posted at Nginx Forum: https://forum.nginx.org/read.php?2,285362,285377#msg-285

Re: Is there a limitation in nginx on the number of simultaneous via proxy_pass

2019-08-22 Thread Hung Nguyen
No, it’s browser limitation -- Hưng > On Aug 22, 2019, at 18:44, glareboa wrote: > > Is there a limitation in nginx on the number of simultaneous via proxy_pass > "http://192.168.1.2:90xx";? > > From the source http://192.168.1.2:90xx MJPEG is transmitted.

Is there a limitation in nginx on the number of simultaneous via proxy_pass

2019-08-22 Thread glareboa
Is there a limitation in nginx on the number of simultaneous via proxy_pass "http://192.168.1.2:90xx";? >From the source http://192.168.1.2:90xx MJPEG is transmitted. Speed 200 kB/sec. The browser displays only 6 video streams (id=1 ... id=6). Threads id=7 ... id=9 not visible