Questions tagged [jitsi-meet]

246 questions
2
votes
1 answer

Flutter Jitsi Stopping in release mode

Adding video meeting functionality in Flutter app using Jitsi. App is working in debug mode, but in release version, as soon as try to join the meeting, app closes. Added proguard-rules.pro file. Plugin documentation on pub.dev says click here to…
M.K. Malik
  • 183
  • 1
  • 2
  • 10
2
votes
0 answers

How to implement the load balancing for jitsi meet?

We have successfully install the jitsi-meet on Ubuntu Server. We followed the following link https://jitsi.org/downloads/ubuntu-debian-installations-instructions/ Now we want to Implement the load balancing technique for a large no. of users and…
user10328862
  • 155
  • 1
  • 3
  • 12
2
votes
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…
2
votes
0 answers

Getting issue while building jitsiMeet SDK 2.11.0 on xcode 12.2

clang: error: linker command failed with exit code 1 (use -v to see invocation) ** ARCHIVE FAILED ** The following build commands failed: Ld…
Manish Kumar
  • 997
  • 2
  • 13
  • 30
2
votes
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
  • 3,743
  • 10
  • 39
  • 77
2
votes
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 Waqas
  • 1,794
  • 1
  • 12
  • 15
2
votes
0 answers

Jitsi Iframe API. WebSocket connection failed: Data frame received after close

We are using Jitsi Iframe API in a mobile app developed with Ionic 1 Cordova. Once the meet starts, if we try to add more people by sending the email we get the following error in the browser console (using ‘Invite more people’): WebSocket…
FabriLog
  • 21
  • 2
2
votes
1 answer

How to build a jibri docker image from unstable build?

Jitsi recently release a build 5207 which supports streaming to any server. This build is currently unstable and docker-jitsi-meet uses stable-5142. Now I want to build jibri docker image using 5207 build. I don't know where to make the changes to…
metadata
  • 1,139
  • 1
  • 7
  • 28
2
votes
0 answers

How to create Jitsi unique room?

I am facing problems to create a unique room for Jitsi Meeting. Here is how I am creating it, using their documentation: const domain = 'live.exmaple.com'; const options = { roomName: '{{ $case->uuid }}', width: 700, height: 400, …
Vince Carter
  • 907
  • 3
  • 14
  • 41
2
votes
1 answer

flutter app create new instance when app resume

I am working on a meet app with Jitsi meet in a flutter. it has two screens the first screen takes all the meeting details and the second screen is the meeting screen. The app has a picture in picture mode I turn off the pip mode. When a meeting is…
ReX
  • 121
  • 11
2
votes
1 answer

Jitsi Picture in Picture(PiP) mode if I open app create new instance in flutter

I have created the meeting app in flutter using the jitsi_meet flutter package in that first I get the inputs from users like room name, display name, etc. After clicking on the button meeting get started when I press the home button it meeting go…
ReX
  • 121
  • 11
2
votes
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
  • 2,684
  • 6
  • 44
  • 77
2
votes
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
  • 65
  • 1
  • 7
2
votes
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
  • 65
  • 1
  • 7
2
votes
4 answers

How to hide jitsi watermark in reactjs

i'm using react-jitsi library for rendering jitsi video var interfaceConfig = { SHOW_BRAND_WATERMARK: true, SHOW_WATERMARK_FOR_GUESTS: false, };
PrakashT
  • 883
  • 1
  • 7
  • 17
1 2
3
16 17