bbaldino

Results 163 comments of bbaldino

Simulcast support in Firefox was recently merged, so it may be worth trying this again with Firefox.

This isn't currently possible in the bridge. There is a 'follow me' mode in the jitsi meet web ui which lets the moderator select specific streams to pin to the...

> We've been looking at how this functionality may be implemented. It would be good to get your feedback. > > We're using our own UWP client prototype. Eventually we'll...

@bgrozev could they set lastN to 0 to receive no video, and then manually pin the endpoints they want? That may work for video. But from your description it looks...

Yeah, I can't remember if pinned endpoints are allowed to override the last-n value or not. But, either way, if audio is a problem you're definitely looking at bigger changes....

A workaround is to use websockets for this channel instead of SCTP (we've been running this way for a while now).

https://github.com/jitsi/jitsi-videobridge/blob/master/doc/web-sockets.md

If you've got websockets set up correctly, it should be impossible to see that message, as the bridge won't even be using SCTP. If you attach some bridge logs we...

> Might be clients with cached old config.js, perhaps? That could be, I think mobile clients cache the config for a bit.

I think we're also not using `libhwaddressretriever` anymore, and even `libjnsctp` is now handled by [jitsi-sctp](https://github.com/jitsi/jitsi-sctp). It's on the todo list to revisit the jvb build soon, as it should...