I tried specifying 3 x 1080p sources and 8 x D1 sources and the result was
horrible, frames were jumping back and forth and some sources would freeze
after a while - since adding the patch and running a separate server per port
all quality and stability issues went away.
Sent from my iPad
On 1
> I often need to run multiple proxy servers on different ports
Why? You realize, I hope, that the existing "LIVE555 Proxy Server" application
can handle multiple back-end servers (by specifying multiple back-end "rtsp://"
URLs on the command line). You can do this with a single server; you do
Here is a simple patch to allow specifying a port number, e.g.
./proxyServer/live555ProxyServer -p 10001 ...
I often need to run multiple proxy servers on different ports, this allows
to pass a port number as an argument to live555ProxyServer and I think
would make a great addition if it were inc