pyfire icon indicating copy to clipboard operation
pyfire copied to clipboard

Trouble live streaming behind proxy

Open dholt opened this issue 13 years ago • 2 comments

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

dholt avatar Nov 01 '11 01:11 dholt

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?

mariano avatar Nov 01 '11 15:11 mariano

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.

dholt avatar Nov 01 '11 17:11 dholt