You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't seem to get any output from the live streaming example when I run it behind a proxy server (with authentication). The other examples work, including the transcript streaming and the live streaming example is able to connect and join the room. Is there a different connection method being used in the live streaming case to retrieve messages? The live streaming example seems to pick up my proxy settings from the $http_proxy environment variable like the other examples but I don't actually get any data.
Thanks,
Doug
The text was updated successfully, but these errors were encountered:
Yeah Twisted proxy support is not exactly great. I haven't tried implementing the few examples out there though, mainly because you are the first person to request proxy support :)
We may need to investigate this further. Are we looking for only HTTPS with authentication proxys? No socks?
This is just for an HTTPS proxy. I can still make the connection and join the room, but whatever is different about fetching updates from the live stream is not working with the proxy.
Hi,
I don't seem to get any output from the live streaming example when I run it behind a proxy server (with authentication). The other examples work, including the transcript streaming and the live streaming example is able to connect and join the room. Is there a different connection method being used in the live streaming case to retrieve messages? The live streaming example seems to pick up my proxy settings from the $http_proxy environment variable like the other examples but I don't actually get any data.
Thanks,
Doug
The text was updated successfully, but these errors were encountered: