Question about locally proxying streams

Sorry if this is a dumb question, but my brain is mostly offline at the moment and I'm hoping for an answer to this. I use a reverse proxy internally, primarily to allow me to redirect browser requests to web interfaces on hosts using ports other than 80/443. Instead of http://ipaddress:8089, for example, I just use https://channels.mydomain.me and the swag proxy handles SSL call and the redirect. This means when I view from web browsers the proxy is relaying the stream.

If there are several web clients using Channels at the same time, is this more likely to lead to buffering than making the access directly via the ipaddress and port number?

Only if your proxy can not keep up.

Got it. Thanks.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.