Voice is breaking in between continuously over video also, words of the speaker get missed regularly in whole session.
Actually, i had used these constraints in kurento-utils.js to do audio-video stream through kurento media server.
var MEDIA_CONSTRAINTS = {
audio: true,
video: {
mandatory: {
maxWidth: 128,
maxHeight: 97,
minFrameRate: 10
}
}
};
Here, you can see I had put the frame so small so that it could produce light weight stream. So that our chat session become stable and user could able to get a smooth audio, but the problem is that audio is really very unstable, voice get missed in regular intervals.