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
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
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
"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