I'm curious... between Whereby and Jitsi and I assume other browser-based video solutions relying on WebRTC... ...how big is the barrier these days to building a "videoconferencing platform" supporting millions of people... that runs on a single server? Because if you need to do is build a pretty website that essentially just keeps track of meeting names and the names and IP addresses of participants... ...while each…
I rolled https://video.etherpad.org out within 5 minutes. It's a single command once Etherpad is installed (npm install ep_webrtc). There is one complication most people don't realize -- Failed Reverse NAT traversal: For this you need a TURN server (I'm intentionally ignoring STUN for obvious reasons). TURN servers have to route the actual media (video / audio) from user a b c but only if the user(s) can't directly c…
Jitsi Meet: An open source alternative to Zoom
141–150 of 293 posts
Re: Jitsi Meet: An open source alternative to Zoom
#142Earlier quoted context omitted.
I can't convince anyone to not use Facetime.
Facetime has the best audio/video quality of any conferencing software I've used by a mile. If free software, vendor lock in, excluding those without Apple products, etc. etc. aren't sticking points for you, Facetime is awesome for a family/group of friends with iDevices.
Re: Jitsi Meet: An open source alternative to Zoom
#143I've tried Jitsi Meet and found it to be smooth. During a hangout call with a group of ~8 friends I introduced it as an alternative. User experience comparison: Onboarding: Jitsi: Click a URL. No accounts. Hangouts: Google account. Need to individually invite other Google accounts. Video Quality: Jitsi: Decent, slightly better than hangouts. Hangouts: Passable but grainy. Video Layout: Jitsi: Automatically big-screen…
Re: Jitsi Meet: An open source alternative to Zoom
#144We switched from Slack to Mattermost internally, and while setting it up I noticed Jitsi integration offered. I've been really impressed by it, and we're working to move most meetings to it. Some teams are still using Zoom, but I don't think that's going to last very long! My Brazilian Jiujitsu academy is trying it out, too, for virtual classes during shutdown. We just held the first today, and a bunch of non-technic…
Re: Jitsi Meet: An open source alternative to Zoom
#145It's very disheartening that when you try to connect with firefox, it says you should use chrome. This is a direct stab in the heart of the people who would favor it over zoom because it is free software.
I use it with Firefox and it works just fine
It is being worked on [1].
Firefox was a supported browser but they took it off the list in January until this issue is fixed. [2]
[1] https://github.com/jitsi/jitsi-meet/issues/4758#issuecomment...
Re: Jitsi Meet: An open source alternative to Zoom
#146I looked at Jitsi recently as I was thinking about self-hosting it (I have the bandwidth). My concerns: It seems to be based on XMPP and require an XMPP server. They offer a quick-start guide on configuring it however I am not sure how secure the default configuration is - I'm worried the quick start guide is about "get it working", not "make it secure" and I don't have XMPP knowledge nor the desire to learn a compli…
But given the interest in video chat now and the sorry state of affairs of the ecosystem, I gave it another go this week. It still seems convoluted, but they provide a docker compose file to deal with all of those complexities. I used it and set a server up using docker compose within a few minutes.
As far as I can tell, the annoying thing of self hosting is going to be user management. Realistically you shouldn't allow guests to create meetings, and that means you need an ldap server if you want more than a couple of users.
Re: Jitsi Meet: An open source alternative to Zoom
#147I've tried Jitsi Meet and found it to be smooth. During a hangout call with a group of ~8 friends I introduced it as an alternative. User experience comparison: Onboarding: Jitsi: Click a URL. No accounts. Hangouts: Google account. Need to individually invite other Google accounts. Video Quality: Jitsi: Decent, slightly better than hangouts. Hangouts: Passable but grainy. Video Layout: Jitsi: Automatically big-screen…
>Has option to tile to equally size screens. Hangouts: Same. Where is the option in hangouts to tile equally? I've never found it and I hate the large speaker small others in some situations.
Meet (assuming you're on the current UI, which I would presume has been rolled out to everyone by now) can tile, but only up to four videos (excluding yourself, so five participants). Once you go above that, in automatic mode, it'll drop back to the view with a single large video of a person currently speaking, and smaller videos of everyone else on the side, and, if you force it into the grid view, only four are displayed at a time.
Re: Jitsi Meet: An open source alternative to Zoom
#148Re: Jitsi Meet: An open source alternative to Zoom
#149We are using it intensely at my company and after some server upgrades it is working very well.
We've more than 500 simultaneous users.
Re: Jitsi Meet: An open source alternative to Zoom
#150Earlier quoted context omitted.
It's P2P, like most videoconferencing. The server part is just for session management.
> like most videoconferencing Well, if there's only 2, maybe 3 of you – anything beyond that is going to use a server to host the call for reliability.
Do you mean for more than 3 - the call/video is routed through the server and would consume server bandwidth? If so how is jitsi paying for all this if it is free?