Skip to content

Releases: oanguenot/webrtcmetrics

v1.4.0 Adding support of multiple peer connections monitoring

08 Sep 15:48
Compare
Choose a tag to compare

Changes

  • Support of monitoring several peer connections
  • New count information
  • New input_codec_id and output_codec_id information
  • New delta_jitter_ms and delta_rtt_ms metrics
  • New total_time_encoded, total_time_decoded, total_frames_decoded, total_frames_encoded metrics
  • New local_candidate_id, remote_candidate_id information

Note: Creating several WebRTCMetrics objects with a version < 1.4 will work but report invalid result by mixing metrics from all peer connections.

v1.3.1 - Fix version

06 Sep 11:43
Compare
Choose a tag to compare

Changes

  • Fix verbose parameter that was not taking into account correctly in the configuration parameters
  • Improve internal logs by displaying raw stats from the stack when in verbose
  • Use previous report as starting point of the new to avoid missing ones and default values (eg: candidate-pair)

v1.3.0 Add available bitrate metrics

05 Sep 12:49
Compare
Choose a tag to compare

Compatibility breaks

  • delta_kbs_received and delta_kbs_sent are computed in kbs and not in KBs

Changes

  • Add new metrics delta_kbs_incoming_bandwidth and delta_kbs_outgoing_bandwidth

v1.2.4 - Export default

31 May 15:24
Compare
Choose a tag to compare

Changes

  • Update documentation to explain how to load from Vanilla JS (application not bundled by React or Angular)
  • Update webpack configuration to export default

v1.2.3 - Discarded version

31 May 15:23
Compare
Choose a tag to compare

Changes

  • Produced in dev mode - removed from npm

v1.2.2 - Fix typo in bundler

27 May 09:33
Compare
Choose a tag to compare

Changes

  • Fix bundler for development version (bad name)

v1.2.1 - Fix bundling issue

27 May 09:32
Compare
Choose a tag to compare

Changes

  • Allow to load WebRTCMetrics from any JS environments (React/Babel, Angular, Vanilla, etc...)

v1.2.0 - More video stats

17 May 18:58
Compare
Choose a tag to compare

Changes

  • Add video encoder and video decoder library used
  • Add time to encode and to decode a video frame

v1.1.4 - MOS & MOS E-Model

14 Apr 19:15
Compare
Choose a tag to compare

Breaking changes

  • Rename mos to mos_emodel (more accurate with G711 codec)

Changes

  • Add mos metrics that computes the MOS score based on the effective latency (more accurate with Opus codec)

v1.1.3 - Fix for Safari

14 Apr 08:57
Compare
Choose a tag to compare

Changes

  • Compute kind property for track (don't exist in Safari)