Hi all,
I hope you are doing well today.
We are using Kurento in two ways (and each day we like more ;) )
- Project forked from kurento-room for our desktop app
- Our own implementation for using KMS on iOS
As I said, we really like how it works. But we have noticed, in general, both projects use a lot of bandwidth. On the desktop app is not a problem, but we would like to control in some way for the mobile app.
So, the question is:
where is the best location for adjusting the bitrate? Is it possible to modify on fly?
After doing some research, we have noticed:
For the desktop app, I believe the best place is in kurento-utils.js/mediaConstraints (
see here, for example). Am I right?
Thanks in advance,
Adolfo.