Why not Matrix + Livekit (Element-Call), which runs perfectly in FreeBSD.Hello
I'm trying to install matrix+jitsi meet, and I'm in total darkness. Jitsi meet components fights instead of cooperate, and all FreeBSD docs on subject are years old.
Can anyone with fresh positive experience help?
Matrix has recently changed to their inhouse-built "Element Call" feature, so Jitsi isn't required anymore. It is/was a PITA to set it up anyways.Hello
I'm trying to install matrix+jitsi meet, and I'm in total darkness. Jitsi meet components fights instead of cooperate, and all FreeBSD docs on subject are years old.
Can anyone with fresh positive experience help?
I build from source by cloning github repo for every component of Matrix/Element (server side only). So far I had one incident where the Synapse failed to start due to an issue on their side, but was sorted quickly.Matrix has recently changed to their inhouse-built "Element Call" feature, so Jitsi isn't required anymore. It is/was a PITA to set it up anyways.
Setting up element call is another challenge in and of itself, and pkg synapse itself is way outdated, the package maintainer isn't making much of an effort to keep it up-to-date. Last time we were enough people to force an update with complaining, the freebsd version was 10(!) versions behind the official one. Now we're just ~5 versions behind afaik, so far.
Exactly because of this, over time, I'm planning to wander off the PKG route and set up matrix and element call with scripting within a freshly installed jail so I can always have the latest version. I'll report on the progress if anyone's interested. I need to get a more up-to-date synapse+element call+whatever else needed running, since matrix is my main communication platform.
Yes, I already do that with element-web and synapse-admin, just need to set up the same with synapse, and element-call. Also, most probably a turn/stun server will be necessary too (for webrtc), but that I already have with coturn set up.I build from source by cloning github repo for every component of Matrix/Element (server side only). So far I had one incident where the Synapse failed to start due to an issue on their side, but was sorted quickly.
I highly recommend this path as the development pace is too fast for the packages to get updated frequently.
element-hq generally releases a new version every one or two weeks.
this is what you needed!