HACKER Q&A
📣 liumaiyi

Any good open source video conferencing options?


Came across [Jitsi](https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2023.7.2) and [BigBlueButton](https://github.com/bigbluebutton/bigbluebutton), does anyone have experience of running these or others in production?


  👤 noodlesUK Accepted Answer ✓
I have used Jitsi for our small business and it has been essentially trouble-free. I would recommend it if you want a self-hosted solution, but as there are free options that don't require anything (including the meet.jit.si instance), I don't know if there's any purpose to using a self-hosted solution at all.

👤 halosghost
I've never hosted my own jitsi instance, but I use it quite frequently for a variety of purposes both personal and professional. It is, in my opinion, the best of all the conference systems out there, FLOSS or otherwise.

Every other solution has consistent technical problems for me, worse hurdles for adoption (with jitsi, I just send a link to friends, nothing to download or install), significant dark patterns, or awful performance. Jitsi has none of that, and on top of it, is privacy-respecting and focused on the public good.

All the best,

-HG


👤 cvhashim04
Yes we implemented Jitsi in our one our apps. Was working fine.

👤 codegeek
I have run bitbluebutton for our elearning/LMS company. It is a good tool for personalized learning with smaller audience and ideally built for Learning. However, you cannot use it effectively to run large webinars etc easily in 1 session.

If you train class sizes of say 20-30 in 1 session, you can run BBB and it will do a decent job. With their HTML5 release couple of years ago, everything now runs on WebRTC for the most part and they also allow using TURN and STUN servers.

THe caveat is that it requires dedicated servers to run with some minimum specs. You cannot run it in production on a virtualized VPS (you potentially could but they don't recommend).


👤 croteb
I setup a jitsi server during the pandemic on a small linode instance I run using their docker compose setup which was pretty effortless. It only took me a few minutes to get going and has been rock solid for my use cases.

👤 rubymamis

👤 omgmajk
I've never self-hosted Jitsi but have heard it's not too bad to setup. Web version works fine for a lot of things I do with school and my students.

👤 gardenfelder
Not sure what you mean by production, but we have run a couple of multi-hour meetings with Jitsi with no complaints.

👤 atoav
I have manage a cluster of BigBlueButton ("BBB") servers for our university. If you are looking at Jitsi give that one a try as well, although I am nor the right person to ask on the specific sifferences as I don't know Jitsi all that well.

👤 mindcrime

👤 rpastuszak
I've moved to Jitsi (meet.jit.si) for my office hours and so far and I'm pretty happy with it.

In my experience it has better cross-browser support than Google Meet, which tends to misbehave on Safari/FF.


👤 V0rtexV0xter
https://vdo.ninja/ is pretty good but not sure if OSS.