You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I am currently working on a project to enable VoIP calling on our application. To gauge the quality of the call, I plan to use MOS (Mean Opinion Score) which is available out of the box with webrtc-issue-detector library. However, when I use this library on my application in Chrome(V120) I see the score varying somewhere between 3.5 to 4.1 based on internet connectivity . But when I test this in Firefox (V115), I see the score to be almost constant and the value does not go down below 4.4. I have also tried webrtc-adapter but it doesn't help
Hi @subbro,
Thanks for reaching out. Did you check WebRTC stats related to PacketsLost metrics in Firefox (about:webrtc)? Does it change when you enable network throttling (e.g. downlink packets loss) on your PC?
Hi All,
I am currently working on a project to enable VoIP calling on our application. To gauge the quality of the call, I plan to use MOS (Mean Opinion Score) which is available out of the box with
webrtc-issue-detector
library. However, when I use this library on my application in Chrome(V120) I see the score varying somewhere between 3.5 to 4.1 based on internet connectivity . But when I test this in Firefox (V115), I see the score to be almost constant and the value does not go down below 4.4. I have also triedwebrtc-adapter
but it doesn't helpExample:
Code:
Strange, but I have never seen the packetsLoss and rtt to be greater than 0 in Firefox
Looking forward for help..!! Thanks
The text was updated successfully, but these errors were encountered: