Jitsi meet...what are the advantages of self-hosted in this case?

iturnedintoanewt@lemmy.world to Selfhosted@lemmy.world – 64 points –

Hi guys! So I've just discovered jitsi meet. My girlfriend might have a good use for this, as she's tired of the time limit for the free tier of Zoom. Plus, the most recent concerns regarding AI training. So, back to jitsi... Besides the obvious concern of running on other people's servers...is there any disadvantage to scheduling meetings over just by using https://meet.jit.si/? What are the advantages of self-hosting? Is there any extra feature I'd gain? Any limitation by using their online service?

Thanks!

19

During the pandemic, I stood up a Jitsi server on Linode and we ditched Zoom for our weekly family get-together calls. Sometimes the audio was not quite as good as Zoom.

If you set up SSL with LetsEncrypt, your call is encrypted “in flight”, but is apparently unencrypted for some portion of its travel through your server.

If it’s a one-on-one call, the two parties are connected directly and skips the server.

I haven’t used it in a while, but end to end encryption was still experimental a couple years ago. It didn’t work on all devices. Something to look at.

Jitsi Server works pretty well on a $5/mo Linode Nanode, so it’s worth trying. Especially if you get their $100 credit on sign up, you can try hosting it for free for a couple months. It’s available as one of their Marketplace apps, so it’s easy to set up.

That sounds like a commercial. I’m not affiliated with Linode, except for being a satisfied customer.

Thanks for the insight! Probably the first hosting attempt might run off of my home hypervisor. I have a symmetric 1gbps connection. But I also have a hetzner server with almost no use at the moment, so...yeah.

I have hosted Jitsi publicly for my organisation for a bit and all the while I was hosting it, there was not much difference between it and the one hosted by Jitsi. Sometimes the add-ons like etherpad etc are a bit of a hassle to configure. Sometimes these features offered by the online service are an iteration or two ahead since the folks at Jitsi are actively developing it and have access to alpha/beta builds that are a trouble to implement locally.

Since you are already considering the privacy concerns, there is nothing much remaining. Maybe uptime concerns if third parties are going to use your service too and will shout at you if they can't access your service.

I also dabbled with hosting it through OpenFire which gives you more granular control over scheduling the meetings. Maybe you could explore that too.

Overall it is a fun thing and you feel fully in control.

Does it still have the bug where if you connect to Jitsi via Firefox (irrespective of OS), then your system would get really bogged down (both ram and CPU) up to a point where you can boil water on you laptop's keyboard? That is the only thing I can remember from Jitsi. Tried hosting it a few times (5 in total I think) and every single time, when connecting via FF it would have the same behaviour. What is you experience with this?

As far as I know this is no longer a problem if your system supports hardware video encoding for the video codec (vp8/9 or h264 based on server configuration and browser support).

I dabbled with it in pre COVID times. Yes, Firefox support for Jitsi was almost not there back then. Same went with mobile support. Getting others to install apps was always a pain. I never tried cooking Jitsi powered ramen though.

*Self-hosted Jitsi powered ramen - the best there is :-) Thanks for the feedback.

@DontNoodles @iturnedintoanewt Jitsi could be somewhat integrated with Etherpad? Is it something. Worth trying?

I love jitsi,as a concept. Before the pandemic i tried to schedule video calls on jitsi. Unfortunately it required more tech savvyness from people to get everything connected and working, and we ended up using other services.

I would love to go back to jitsi. Im hoping getting connected, and the call quality are better now. Id really like to see jitsi be the top choice for video calling ...

I used jitsi extensively with my students during the pandemic. It really is a lot better now, and very easy to use.

Everyone on a call in the meet.jit.si instance is made a moderator, so if you want to be able to control that you have to self host. Other than that if reliability isn't a concern (not that I've ever seen that instance bogged down too bad) then you may as well use it. You can always host your own later on anyway.

The Foundry VTT community frequently uses video conferencing for tabletop roleplaying games and initially Jitsi was the recommended self-hosted video option, but the community has since moved on and now recommends https://livekit.io/. I didn't set up either and don't have deep insights into what drove the shift, but it's an interesting data point around a community that tried both shifting focus away from Jitsi.

I HATE ZOOM I HATE MEET I HATE TEAMS I HATE ZOOM I HATE MEET I HATE TEAMS I HATE ZOOM I HATE MEET I HATE TEAMS

I just reject their Zoom/Meet/Teams link and sending them my self-hosted link. I love Jitsi.

Wow I'd love to have that much freedom over which meeting platform I get to use lol

Guaranteed bandwith and extra features like recording and streaming.

Hi,

I have also been thinking about selfhoating a jisti-meet server. Just how easy / difficult is it to selfhost it? Do you run it in docker or natively? Linux or some other OS (FreeBSD)?

Kr.