Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No video and audio when 3 or more participants joining #14212

Closed
pramod279 opened this issue Jan 10, 2024 · 15 comments
Closed

No video and audio when 3 or more participants joining #14212

pramod279 opened this issue Jan 10, 2024 · 15 comments

Comments

@pramod279
Copy link

pramod279 commented Jan 10, 2024

Description:

After integrating the latest Jitsi Meet SDK, Audio and Video stop working when 3 or more Participants join the meeting. My Video and Sound were "ON" while the other participants' video and mic which were "ON" went off and they were not able to participate in the meeting.

Steps to reproduce:

  1. Start a meeting
  2. Join meeting with 3 or more participants
  3. Already joined participants Video & Audio stops working,

Expected behavior:

Need to see and hear the Audio & Video of all the attendees.

Actual behavior:

Only my Audio & Video is working, rest of attendees Audio & Video stops working when 3rd participant joins the meeting.

MicrosoftTeams-image (3)

Server information:

  • Jitsi Meet version:
  • Operating System:

Client information:

  • Jisti Meet Release Version: Version 8.1.0 and above
  • Operating System: Android & iOS Apps (All Versions)

Additional information:

We are using Jitsi SDK to use this feature.

@saghul
Copy link
Member

saghul commented Jan 10, 2024

What server are you connecting to and what versions are being used?

@pramod279
Copy link
Author

pramod279 commented Jan 10, 2024

@saghul We are using the latest Jitsi SDK Version 8.6.0. We are taking a build and integrating it within our Android & iOS applications to use the feature.

@saghul
Copy link
Member

saghul commented Jan 10, 2024

I meant the server side components.

@pramod279
Copy link
Author

We are using the same v8.6.0. We will recheck this from our side once again. Thanks

@saghul
Copy link
Member

saghul commented Jan 10, 2024

There is no v8.6.0 on the server, it follows a different versioning.

What server do you connect to?

@mmilicrga
Copy link

We had this issue reported to us recently as well. When 3 or more participants join then audio and video stop working

@saghul
Copy link
Member

saghul commented Jan 12, 2024

Unless you provide logs we cannot help you.

@hjldev
Copy link

hjldev commented Jan 13, 2024

I also encountered the same issue when deploying Docker image version stable-9111. Two people participate in meetings normally, but when there are more than three people, the video cannot be seen, and there are no errors on the console

@kamleshboi69
Copy link

actually today i installed jitsi meet through docker and the image is unstable one (latest version) of jitsi meet and when 2 participants join it shows the video and audio but when three participants join it shows no audio and video

@saghul
Copy link
Member

saghul commented Jan 15, 2024

Just to double check I updated one of my servers from 8922-1 to 9111 and it worked just fine. I then updated to today's unstable, just to be sure. Same thing, it works for me.

Sure enough, there are many moving parts here, so you need to helps us help you.

So please, if you have problems share logs, as I've asked before. "Me too" doesn't help at all debug your issue.

@kamleshboi69
Copy link

kamleshboi69 commented Jan 15, 2024

ok i checked my console logs and i found this everytime same error repeated
BridgeChannel.js:393 2024-01-15T20:57:47.484Z [modules/RTC/BridgeChannel.js] <e.onclose>: Channel closed: 1001 endpoint closed
BridgeChannel.js:393 2024-01-15T20:58:04.939Z [modules/RTC/BridgeChannel.js] <e.onclose>: Channel closed: 1001 endpoint closed
BridgeChannel.js:393 2024-01-15T20:58:22.310Z [modules/RTC/BridgeChannel.js] <e.onclose>: Channel closed: 1001 endpoint closed
2024-01-15T20:58:39.757Z [modules/RTC/BridgeChannel.js] <e.onclose>: Channel closed: 1001 endpoint closed
2024-01-15T20:58:57.186Z [modules/RTC/BridgeChannel.js] <e.onclose>: Channel closed: 1001 endpoint closed

Tell me if you need anything else

@kamleshboi69
Copy link

kamleshboi69 commented Jan 15, 2024

here this is my .env file and docker-compose.yml file
docker-compose.gz
env_.gz

@saghul
Copy link
Member

saghul commented Jan 16, 2024

On your env file you have:

PUBLIC_URL=https://192.168.1.3:8443

Note using private IPs will only work for testing.

You should have JVB_ADVERTISE_IPS=192.168.1.3 too. See: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker#running-behind-nat-or-on-a-lan-environment

@kamleshboi69

This comment has been minimized.

@kamleshboi69
Copy link

can you atleast tell how to add plugins in etherpad.yml and configure it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants