Issue setting up Jitsi Meet
I recently set up https://meet.firesidefedi.live using the awesome Jitsi Meet. It was fairly easy and straight forward.
I did hit some issues though.
First off when I'd connect to the Jitsi client it would disconnect. I tracked down some logs in /var/log/jitsi and saw the following in the jvb.log:
JVB 2025-03-10 13:39:01.115 SEVERE: [1] MainKt.main$lambda$0#61: An uncaught exception occurred in thread=Thread[main,5,main]
java.io.IOException: Failed to bind to /127.0.0.1:8080
at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:344)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:304)
at org.eclipse.jetty.server.Server.lambda$doStart$0(Server.java:402)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.eclipse.jetty.server.Server.doStart(Server.java:398)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
at org.jitsi.videobridge.MainKt.main(Main.kt:160)
at org.jitsi.videobridge.MainKt.main(Main.kt)
Caused by: java.net.BindException: Address already in use
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:555)
at java.base/sun.nio.ch.ServerSocketChannelImpl.netBind(ServerSocketChannelImpl.java:337)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:294)
at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:339)
... 16 more
I attempted to find where this 8080 was set, because I had something else on 8080, hence the failure to bind to 8080, but I wasn't certain where it was. So I just moved my other application. Since it was behind Caddy is was pretty trivial.
The other issue was the client would connect and I seemed like I was fine. No issues, but when another user would connect it would disconnect me, the moderator, from the client. The other person seemed to stay.
I didn't see any issues in the log files in /var/log/jitsi. So I was wondering if this was a client issue. I happened to catch one time that my quality, the bars in that show your quality in the client, showed red as soon as someone else would connect, then I would drop.
This told me that the connection wasn't getting set up properly. It had been green before anyone else connected though. So was I connecting to the server just fine and then failing the connection?
It seems to me that since Jitsi uses WebRTC that setting indicates your connectivity to the other person. So when it shows green at the start, that's just a default state. I'd like to see that greyed out if that is the case.
The answer to this was opening port 10000 on the server. Of course I didn't pay attention to opening ports, why read the full docs? Once I opened port 10000 the issue was resolved.
So if you're getting these kinds of disconnect, check your ports.
Jitsi Meet is super awesome though and quite easy to set up in comparison to other tools I've seen. I'd highly recommend it.
Contact
Email – ozoned@ozoned.net Social – https://social.ozoned.net/@ozoned Matrix – https://matrix.to/#/#the-ozoned:matrix.org Stream – https://stream.ozoned.net Peertube – https://video.firesidefedi.live/@ozoned WriteFreely – https://write.firesidefedi.live/@ozoned Ko-Fi – https://ko-fi.com/ozoned
Fireside Fedi
Livestream – https://stream.firesidefedi.live VODs – https://video.firesidefedi.live/a/firesidefedi Microblog – https://social.firesidefedi.live/@firesidefedi Blog – https://write.firesidefedi.live/firesidefedi/ Podcast – https://audio.firesidefedi.live Calendar of Events – https://events.firesidefedi.live Lemmy – https://lemmy.world/u/firesidefedi Lemmy Community – https://lemmyworld/c/firesidefedi Email – firesidefedi@firesidefedi.live