jitsi-meet icon indicating copy to clipboard operation
jitsi-meet copied to clipboard

Android app will go to low bandwith mode whenever on mobile network (LTE)

Open denisvitez opened this issue 9 months ago • 5 comments

Description:

Mobile app (Android) will go to low bandwidth mode and disable video whenever I would switch from WiFi to mobile network LTE. If I run speed test on mobile, it shows about 130Mbps down and 40Mbps up with 24ms ping. So I think the connection should be more than enough to support 2 people on call. Also when there is no video, there is no audio too, so not sure if this is related or a separate issue. I have checked in the mobile app if there is any setting to disable this "saving bandwidth" mode, but didn't found any.

Steps to reproduce:

  1. Join a call with WiFi
  2. Enable camera and see that it works, green bars are shown next to the person
  3. Disconnect WiFi to connection is made over LTE
  4. Camera will stop working and red bars are shown next to the person
  5. Reconnect to WiFi
  6. Video will start working again

Expected behavior:

Video and audio should continue working on LTE given a sufficient bandwidth (130/40).

Actual behavior:

Application displays message "Video has been turned off to save bandwidth". Video and audio stop working.

Server information:

  • Jitsi Meet version: 2.0.9457-1
  • Operating System: Ubuntu Server 22.04

Client information:

  • Browser / app version: Android application from GPlay, version 24.2.2 build 16757163
  • Operating System:

Additional information:

/

denisvitez avatar Apr 26 '24 11:04 denisvitez

It doesn't look like a low bandwidth problem but rather a connectivity issue when youa re using LTE. Can you reproduce the problem if you start on LTE directly?

Do you observe the same when using meet.jit.si rather than your own server?

saghul avatar Apr 26 '24 11:04 saghul

Hello, so if starting directly on LTE it is the same (doesn't work). But joining with LTE to meet.jit.si works. So this then seems more like a server issue, are there any settings related to this?

denisvitez avatar Apr 26 '24 11:04 denisvitez

In your tests, where the server and the mobile part of the same network?

saghul avatar Apr 26 '24 12:04 saghul

Uff I did just test with WiFi outside the office network and it is the same issue. I have also tried joining with my PC using the LTE hotspot (doesn't work). So my guess is now that there is something not correctly configured either with port forwarding or with Nginx reverse proxy manager on the server.

denisvitez avatar Apr 26 '24 12:04 denisvitez

Looks like the media port (10000 UDP by default) might not be properly forwarded to the JVB server.

saghul avatar Apr 26 '24 12:04 saghul

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jun 26 '24 01:06 github-actions[bot]