Releases: oanguenot/webrtcmetrics
Releases · oanguenot/webrtcmetrics
v5.5.0 - Fix Packets loss exporter
v5.4.1 - Silent logs
Added
- New configuration parameter
silent
to silence logs
v5.4.0 - Metrics computation
Added
- Support of properties computation in
passthrough
such as"[totalRoundTripTime/roundTripTimeMeasurements]"
- Support of conversion computation such as
ms
,kbits
andps
- Function
getTicket()
to get the ticket once finished. Alternative to listen to the eventonticket
v5.3.3 - Patch version
Changes
- #24 Fix listeners on peer connection to avoid overriding existing listeners added by the application
Note: Version 5.3.2 is the same but not optimised
v5.3.1
Changes
RTT
,Jitter
andpacketsLoss
are now weighted when computing the MOS score: The current value has a weight 2 times greater than the previous value and 4 times greater than the second last value.- MOS algorithm based on E-Model has been enhanced to better serve Opus
v5.3.0 - Add passthrough
Changes
- New parameters
passthrough
has been added to the Probe configuration to get any properties from the WebRTC stack. - New property
device_out
to identify the device used - Rely on selectedCandidatePairChanges to track a route change (#9)
- Fix bad selected candidates pair after ICE restart (#8)
- Fix crash when a stream is sending after a while
- Fix missing network information in Firefox (#11, #12)
- Fix null limitation in Firefox (#13)
- Fix
level_in
that was always 0 (#14)
v5.2.0 - Video size out
Changes
- Compute the property
size_pref_out
which represents the size and the framerate of the video asked in order to compare to the propertysize_out
which is the size and the framerate really sent. - Add the property
track_in
andtrack_out
to get the MediaStreamTrack id associated to the stream - Fix property
level_out
which was always equals to 0
v5.1.0 - Intermediate values
Changes:
- Add property
values
in ticket report for listing all intermediate values of each stats. This will avoid to look at each report individually. - Add property
limitations
for gathering all limitations per video outgoing stream and compute the percent of time spent in each limitation. - Collect
delta_rtt_ms_in
if exists - Fix missing properties in the Readme file
v5.0.3 - Fix percent of packets lost (out)
Changes
percent_packets_lost_out
for audio and video is now a percent from 0 to 100.
v5.0.2 - Fix
Breaking Changes
- The
remote_timestamp
has been renamedtimestamp_out
to not mix with the remote_timestamp property of the RTCRemoteOutbound report.