> But it seem you misunderstood my idea
No I didn’t.
> , I want to create multiple thread to reduce latency in receiving and sending
> content, for example, I want to proxy 60 cameras, my server has 4 cores so I
> want split 15 cameras in one thread aka environment, so here I have an
> enviro
w to create ProxyServer with "Environment Pool"
The asynchronous, event-driven architecture of LIVE555-based applications means
that you don’t need multiple threads to proxy multiple cameras. In fact, our
existing “LIVE555 Proxy Server” application, described at
http://live555.c
The asynchronous, event-driven architecture of LIVE555-based applications means
that you don’t need multiple threads to proxy multiple cameras. In fact, our
existing “LIVE555 Proxy Server” application, described at
http://live555.com/proxyServer/
already allows you to do this. Simply en
Dear Team,
Now we are want to build a proxy server to proxy many camera. Here we found
that your proxy using one environment to distribute contents, that means it is
using one thread for receiving and sending content. So my question is can we
build a proxy using “Environment Pool” to use mul