On Tue, 2014-10-14 at 07:59 -0700, Антон Мацюк wrote:
> >
> > For the WebSocket error, a 307 error code stands for "Temporary
> > Redirect" (
> >
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html Ctrl+F
> > "307). I
> > have no idea what would be giving that response though.
>
> Does this configuration (proxy with authentication) supported by
> WebRTC?
> Flash works. I just want to understand the abilities which BBB can
> provide.
> Looks like WebRTC thru proxy is a problem now, so I disabled it in my
> pre-production instance.
> Thanks.
>
In theory, the WebRTC audio can be used through a proxy. In practise,
it's somewhat difficult to set up:
1. Your proxy server must support the HTTP CONNECT method to
create a tunnelled connection to port 80 on the server for the
websocket connection. (Many proxies do not allow connect to
port 80 by default)
2. You must have a TURN server configured to support TCP
connections, listening on a port which your proxy server
supports HTTP CONNECT for (e.g. port 143 is commonly allowed)
All in all, it's a fair bit of effort to set up, and I'm not sure
whether it'll actually work properly.
At some point, I expect we'll do some work to allow SSL/https
connections to a BigBlueButton server; this should improve the
websockets connection (1) because it will use port 143 instead of 80.
--
Calvin Walton <
calvin...@kepstin.ca>