question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enable resolution constraints on mobile apps (iOS/Andriod) to save bandwidth.

See original GitHub issue

Hi Jitsi Team, thank you for your great tool! My jitsi server has limited upload bandwidth to the Internet - therefore, I would love to limit the data to be forwarded by videobridge2:

Resolution constraints are working fine in browsers. However, I realized that properties set up via the meet config.js are not recognized by the mobile applications (neither in iOS, nor in Android):

`

resolution: 360,

 constraints: {
     video: {
         aspectRatio: 16 / 9,
         height: {
             ideal: 240,
             max: 360,
             min: 180
         }
     }
 },

` Consequently, I kindly request to implement a check on these values in the mobile apps to limit the data to be sent to (and forwarded by) videobridge.

Alternatively, it would be great to have an option selectable in videobridge to only forward low resolution streams to the clients to improve connection reliability.

Thanks & best regards

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:9
  • Comments:43 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
Manouchehricommented, Apr 7, 2022

Could we have even a manual confit in the Jitsi app to override the hardcoded 360p limit?

3reactions
vvv-cacommented, Oct 12, 2020

Regardless of the server, mobile should send 360p maximum right now. If it doesn’t, then we have introduced a bug.

Any chance you could introduce a way to disable this limitation on Android? I’m using self-hosted Jitsi only for p2p meetings and 360p quality is just sad on a 4k display when bandwidth is not an issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ultra Focused-Low Bandwidth Mode for Desktop/Smartphones
Ultra Focused-Low Bandwidth Mode for Desktop/Smartphones ... Enable resolution constraints on mobile apps (iOS/Andriod) to save bandwidth.
Read more >
iOS 14 Mobile Data for Apps bug | Apple Developer Forums
When wanting to change mobile data usage restrictions for apps, ... a prompt asking me to allow mobile data in settings - eg...
Read more >
Data Saver mode | Android Open Source Project
Android users need the ability to reduce data use or block it from apps altogether. The Data Saver feature in the Android 7.0...
Read more >
Optimize content delivery for mobile devices with Amazon ...
Amazon CloudFront lets you securely deliver data, videos, ... the mobile app will decide whether to send the header Save-Data: on when the ......
Read more >
Power Apps system requirements and limits - Microsoft Learn
Supported platforms for running apps using the Power Apps mobile app ... Embedding limits for canvas apps; Proxies; Data types size limits ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found