Questions tagged [jitsi-meet]

184 questions
1
vote
0 answers

How to implement multiple jibri servers with autoscale

I have implemented following 2 approaches. I have done jitsi setup in which my jitsi, jvb and jibri running on seperate server. I have done jitsi setup using docker in which I am using different containers to run jibri servers. both set up are…
1
vote
0 answers

Need to run / test 1500 concurrent Jitsi meet 1 to 1 conference video calls

I require to run 1.5K concurrent 1 to 1 conference video calls. I need help with planning to test and analyze what server requirements would be needed. The application would need to support 1.5K concurrent 720P video calls. Each call would have only…
1
vote
1 answer

jitsi docker desktop wsl2 nginx proxy for wss

Using the latest jitsi docker build on a docker desktop with wsl2 I am having problems getting the wss socket to redirect when using a an internal PUBLIC_URL behind an nginx reverse proxy using a default localhost with no PUBLIC_URL I can connect to…
art vanderlay
  • 1,993
  • 3
  • 27
  • 51
1
vote
1 answer

Jitsi REST api: pass authentication

We want to use the Jitsi REST API to create a conference. Our Jitsi instance is already protected by Prosody: only certain users can host a conference (they have to authenticate with user and password credentials to host the room). Now after they…
manifestor
  • 1,162
  • 4
  • 14
  • 30
1
vote
0 answers

Jitsi meet external api how properly configure it audio only and auto join?

I want to set up jitsi meet room, where users auto join the room, the username and room will be generated for the user when the page with iframe is loaded, and I want the room be audio only. I was looking to config files and found couple properties…
WayOfLife
  • 31
  • 3
1
vote
3 answers

Jitsi Meet - You have been disconnected

I just followed the "Quick Start" instructions here: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker and then did the changes below: diff --git a/.env b/.env index 6216b49..4e5e235 100644 --- a/.env +++ b/.env @@ -10,22 +10,22…
davidesp
  • 2,546
  • 6
  • 25
  • 59
1
vote
1 answer

Duplicate class org.webrtc.AndroidVideoDecoder while using Jitsi Sdk and quickblox-android-sdk

I am using com.quickblox:quickblox-android-sdk-videochat-webrtc:3.9.1 for Chat and org.jitsi.react:jitsi-meet-sdk:2.10.0 //for Meeting but unable to resolve these issues Duplicate class org.webrtc.AndroidVideoDecoder found in…
Umer
  • 1,693
  • 1
  • 10
  • 14
1
vote
0 answers

Jitsi Docker server JWT authentication does not work. Why?

I am trying to enable jwt authentication for my self-hosted (Docker) Jitsi server. There is a guide on self hosting with Docker and on that guide, it tells how to enable authentication. This is the guide:…
codertryer
  • 140
  • 8
1
vote
2 answers

No static method delimiterOffset in class Lokhttp3/internal/Util

I am using jitsi library for video connection. It works fine when installed for the first time but it crashes if a user already has application and updates it from play store. Logs from crash says: No static method…
Shubham Anand
  • 391
  • 1
  • 4
  • 15
1
vote
1 answer

Cannot join the conference created by lib-jitsi-meet in a headless browser

I'm trying to create a conference using lib-jitsi-meet in a headless Chrome instance using Puppeteer and join it using the Jitsi External API (iframe API) from another browser. Currently, I can create a meeting in a headless browser, but I can't…
Pavindu
  • 1,393
  • 5
  • 18
  • 41
1
vote
0 answers

Why it is necessary to restart every service in jitsi if some changes made to prosody?

I'm using docker setup and whenever I made any changes to prosody then I have to remove the previous config of jicofo and jvb and then need to restart both the services. If I don't restart then jicofo started showing error like unable to connect to…
metatxn
  • 35
  • 5
1
vote
0 answers

ionic 5: cordova iOS build fails after adding jitsi-meet plugin

I am using https://github.com/findmate/cordova-plugin-jitsi-meet with ionic 5 project. It works fine on Android devices but not able to build iOS APK. I don't have any idea how to fix this error since this is the first time I am trying to build iOS…
anjali
  • 11
  • 1
1
vote
2 answers

how can set password for jitsi meet video room with external API

how can set password for jitsi meet video room with external API , i can try do it with sample code , but don't work for me, room create but without password as below: var domain = "meet.jit.si"; var roomName="my_test_room1"; var options = { …
Yusif Karimov
  • 69
  • 1
  • 6
1
vote
1 answer

Jibri is unable to record if a moderator sets a meeting password

I have setup a jibri using docker. When I'm trying to record the meeting after setting a meeting password then I'm getting a message Recording is stopped and when I checked the logs I found that the jibri user is unable to bypass the meeting…
metatxn
  • 35
  • 5
1
vote
0 answers

Unable to find finalize.sh file inside jibri container

I'm trying to use finalize.sh file to rename the recording once the recording is completed. I'm running jibri docker container. for testing purpose I'm just printing the value of RECORDINGS_DIR to check whether the finalize.sh script works or not.…
metatxn
  • 35
  • 5
1 2
3
12 13