Websocket issues #71
Labels
No Label
bug
duplicate
enhancement
good first issue
help wanted
invalid
needs info
question
triage
upstream issue
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: switnet/quick-jibri-installer#71
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey, how are you?
I am currently working on a project I made myself using Node and it uses lib jitsi meet and needs a websocket connection. When I start a meeting using the Videobridge installed on the same server where also the whole Jitsi is running I dont get any issues. When a conference is started with another videobridge I get the following error:
WebSocket connection to 'wss://mydomain.com/colibri-ws/default-id/blablabla/blabla?blaablapwd=blabla' failed.
[modules\RTC\BridgChannel.js] <WebSocket.e.onclose>: Channel closed: 1006
I also checked the related configs and you already configured it for the use for Websockets, so I dont know why it is failing.
I really appreciate your help, thank you.
videobridge {
http-servers {
public {
port = 9090
}
}
websockets {
enabled = true
domain = "domainofmainnode.com:443"
tls = true
}
Multiple videobridges are a WIP, they were going to be introduced with OCTO but that project didn't get any funding.
So they might need some work on it.
I'm open to review any PR, as for right now I can't review the subject myself.
Cheers!
So you say that it is not offically supported that external videobridges are reachable via websocket?
https://doc.librechurch.org/Wiki.jsp?page=AdminJitsi#section-AdminJitsi-SetupVideoNode
What do you think of that guide?
No, I mean the installer itself.
Multiple jvb work, just need to setup things right.
I think that is already done, you are looking for multiple jvb, I guess you'll have more luck at: community.jitsi.org or the main documentation at github.
I used your installer to set the additional nodes up, but the error above is the one I am getting
Yeah, as I said, the JVB nodes do connect, websocket are advanced connections that were a WIP of a bigger project that didn't go forward, so it stayed on the basic implementation.
So getting these errors are normal? No way to fix it?
Feel free to send a PR to complete the websocket part.
Or contact me directly if you'll like a quote on the matter.
Cheers!