avstack / gst-meet

Connect GStreamer pipelines to Jitsi Meet conferences
Apache License 2.0
70 stars 25 forks source link

Self-hosted Jitsi Meet errors 200 on colibri-ws #54

Closed markblumenau closed 2 years ago

markblumenau commented 2 years ago

Hello, I am trying to use gst-meet with a self-hosted instance of Jitsi Meet. I enabled (or at least I think so) colibri-ws in sip-communicator. However, I get

2022-09-27T22:45:48.128388Z  WARN Failed to connect Colibri WebSocket, will retry: Http(Response { status: 200, version: HTTP/1.1, headers: {"server": "nginx/1.18.0 (Ubuntu)", "date": "Tue, 27 Sep 2022 22:45:48 GMT", "content-type": "text/html", "transfer-encoding": "chunked", "connection": "keep-alive", "vary": "Accept-Encoding", "strict-transport-security": "max-age=63072000"}, body: None })

Looks like there is some kind of trouble with nginx or jvb config. Can someone tell me how to enable colibri-ws in configs in order to use gst-meet? Thanks in advance.