Enable resolution constraints on mobile apps (iOS/Andriod) to save bandwidth.
See original GitHub issueHi 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:
- Created 3 years ago
- Reactions:9
- Comments:43 (10 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Could we have even a manual confit in the Jitsi app to override the hardcoded 360p limit?
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.