Hi,
I want to use kurento for an audio-only conferencing application. It must work under bad network conditions.
I successfully applied Endpoint.setMaxAudioRecvBandwidth() to limit bandwidth in the endpoints (bitsSentPerSecond, bitsReceivedPerSecond down to ~ 15kbits).
Another requirement is to mux audio channels.
However, once I introduce a Composite, even in a minimal One2One setup with a Composite (no actual mixing) instead of a direct audio connection, bitsReceivedPerSecond increases to ~ 70kbits.
I tried to apply HubPort.setMaxOutputBitrate() on each of the ports. To no avail, bitsReceivedPerSecond remains at ~ 70kbits.
Two questions:
1) A Composite (audio) by default seems to operate with a higher bitrate than a direct line. Is this expected?
2) Is there a way to limit outgoing bandwidth for a Composite?
Thanks in advance!
Wolfgang
----