I've been excited to try it with our company for a few months, but is it as "user friendly" as Zoom for non-technical users?
Load a URL on your computer. No accounts, no software. IMO, yes.
Jitsi Meet – Improving Scale and Media Quality with Cascading SFUs (2018)
31–40 of 115 posts
Re: Jitsi Meet – Improving Scale and Media Quality with Cascading SFUs (2018)
#32I've been playing with a custom install of Jitsi Meet for the last few days. It was very easy to setup. I'm kind of fearing trying to deploy it in my company. This has nothing to do with Jitsi Meet and everything to do with the shitshow that is WebRTC in browsers. I can't find any desktop browsers that use the available GPU for hardware accelerated video encoding. Chromium (Google and Edge) says it's "only available…
Re: Jitsi Meet – Improving Scale and Media Quality with Cascading SFUs (2018)
#33Re: Jitsi Meet – Improving Scale and Media Quality with Cascading SFUs (2018)
#34Re: Jitsi Meet – Improving Scale and Media Quality with Cascading SFUs (2018)
#35EDIT: Thanks!
Re: Jitsi Meet – Improving Scale and Media Quality with Cascading SFUs (2018)
#36Can someone expand the SFU acronym? I chased the link to sfu-tagged blogs at TFA and an expansion is nowhere to be found. EDIT: Thanks!
> Selective Forwarding Units (SFU)
Re: Jitsi Meet – Improving Scale and Media Quality with Cascading SFUs (2018)
#37It's a fantastic open source solution. Can be self hosted. It is to note that traffic does go through the server, hence need decent bandwidth. the server afaik does have the keys to decrypt traffic
The Jistsi team says the server needs roughly 5.5Mbps per Chrome user. Firefox uses a lot more bandwidth, system resources, and degrades the room capacity. Just something to keep in mind, and after some testing I saw the same results. My AWS bill was projected to be over $1k/month, so I put it on Linode where it'll cost between $100-200/month. Just about any decent VPS provider would be good options compared to AWS d…
Re: Jitsi Meet – Improving Scale and Media Quality with Cascading SFUs (2018)
#38Can someone expand the SFU acronym? I chased the link to sfu-tagged blogs at TFA and an expansion is nowhere to be found. EDIT: Thanks!
SFU stands for Selective Forwarding Unit.
At times, the term is used to describe a type of video routing device, while at other times it will be used to indicate the support of routing technology and not a specific device.
An SFU is capable of receiving multiple media streams and then decide which of these media streams should be sent to which participants.
Re: Jitsi Meet – Improving Scale and Media Quality with Cascading SFUs (2018)
#39Something that isn't mentioned in the docs is room (and server) capacity, or at least rough estimates. The Jitsi team gave some specific numbers on room capacity in the forums. Each room should reliably handle 20-35 Chrome users (Firefox uses roughly double the resources), and has a cap at 75. Apparently if you're only using audio, then rooms of 70+ people will work fine. They're working on upping this number to 500…