-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
Description
I have a problem with jvb-to-jvb communication.When octo is active or when SplitBridgeSelectionStrategy is selected, i get the following error in jvb:
16:45:42.165 27-07-2023 SEVERE: org.jitsi.videobridge.relay.RelayMessageTransport : Colibri websocket error: Connection Idle Timeout
16:45:42.166 27-07-2023 INFO: org.eclipse.jetty.websocket.client.WebSocketClient : Shutdown WebSocketClient@de99163b[coreClient=WebSocketCoreClient@77bc766b{STARTED},openSessions.size=1]
Current behavior
Exception occurs when there is no traffic between two jvb(via relay-websocket) for 30 seconds. This causes the participants on different jvbs to not see the reactions after 30 seconds.
Expected Behavior
With the following code, it’s set to 1 minute but doesn’t work.The connection idle timeout error still occurs after 30 seconds.
jitsi-videobridge/jvb/src/main/java/org/jitsi/videobridge/websocket/ColibriWebSocketServlet.java
Line 70 in 44a0533
webSocketServletFactory.setIdleTimeout(Duration.ofMinutes(1)); |
Steps to reproduce
- Set selection-strategy to SplitBridgeSelectionStrategy in jicofo.
- Start a conference with 2 participants.
- Wait 30+ seconds
- Analyze jvb logs and send a reaction.
Metadata
Metadata
Assignees
Labels
No labels