instrumentisto / medea

[Closed] Medea media server
Mozilla Public License 2.0
23 stars 3 forks source link

Implement call quality estimation (#27) #132

Closed evdokimovs closed 4 years ago

evdokimovs commented 4 years ago

Part of #27

Synopsis

We need to measure call quality and provide information about current score to the JS side.

Solution

Quality score will be calculated based on Algorithm::MOS, which is derived from E-model, introduced in ITU-T G.107 with some simplifications and tweaks.

Checklist

evdokimovs commented 4 years ago

FCM

Implement call quality estimation (#132, #27)

- calculate connection quality based on client RTC stats
- add 'ConnectionHandle.on_quality_score_update' callback to Jason