Skip to content

Releases: oanguenot/webrtcmetrics

v5.5.0 - Fix Packets loss exporter

18 Oct 05:52
Compare
Choose a tag to compare

Added

  • min, max and volatility properties in statistics loss (in ticket).

Changed

  • [Breaking changes]: Property loss in statistics loss has been renamed to total (in ticket).

v5.4.1 - Silent logs

30 Aug 13:33
Compare
Choose a tag to compare

Added

  • New configuration parameter silent to silence logs

v5.4.0 - Metrics computation

29 Jun 12:56
Compare
Choose a tag to compare

Added

  • Support of properties computation in passthrough such as "[totalRoundTripTime/roundTripTimeMeasurements]"
  • Support of conversion computation such as ms, kbits and ps
  • Function getTicket() to get the ticket once finished. Alternative to listen to the event onticket

v5.3.3 - Patch version

18 Mar 11:01
Compare
Choose a tag to compare

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

20 Dec 19:17
Compare
Choose a tag to compare

Changes

  • RTT, Jitter and packetsLoss 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

09 Dec 14:17
Compare
Choose a tag to compare

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

10 Oct 18:58
Compare
Choose a tag to compare

Changes

  • Compute the property size_pref_out which represents the size and the framerate of the video asked in order to compare to the property size_out which is the size and the framerate really sent.
  • Add the property track_in and track_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

12 Sep 13:52
Compare
Choose a tag to compare

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)

11 Jul 12:34
Compare
Choose a tag to compare

Changes

  • percent_packets_lost_out for audio and video is now a percent from 0 to 100.

v5.0.2 - Fix

26 May 06:07
Compare
Choose a tag to compare

Breaking Changes

  • The remote_timestamp has been renamed timestamp_out to not mix with the remote_timestamp property of the RTCRemoteOutbound report.