Search code examples
kurento

Kurento : Lossy Network Audio on priority


I want to know that is there any possible configuration which can be done to make kurento media server give priority to audio stream when there is slow/lossy network detected.

Is it possible ?

also are there any configurations which can be done to handle the video bitrate on the fly to make KMS more efficient ?


Solution

  • For adjusting the bitrate there a function from kurento. .setOutputBitrate(). more info. This can be set before the ice candidates negotiations are made with that endpoint. If you want to change you will have to renegotiate. A reference link from another forum is here.