Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting live metric events from SDK #3220

Closed
wants to merge 27 commits into from

Commits on Mar 9, 2023

  1. webrtc-stats: Add stats collector

    Enrico Schwendig committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b8cd1b0 View commit details
    Browse the repository at this point in the history
  2. webrtc-stats: Switch from ssrc to track based stats

    Enrico Schwendig committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    e40c9c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Update src/webrtc/stats/statsCollector.ts

    Co-authored-by: David Baker <[email protected]>
    Enrico Schwendig and dbkr authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    941eb21 View commit details
    Browse the repository at this point in the history
  2. webrtc-stats: Implement stats based on tracks

    Enrico Schwendig committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5060329 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/enricoschw/real-time-media-stati…

    …stics' into enricoschw/real-time-media-statistics
    
    # Conflicts:
    #	src/webrtc/stats/statsCollector.ts
    Enrico Schwendig committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a6b28ff View commit details
    Browse the repository at this point in the history
  4. git: ignore IntelliJ IDEA files

    Enrico Schwendig committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3c52d93 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. webrtc-stats: add ssrc map for firefox

    Enrico Schwendig committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    28d2f23 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/matthew/sfu' into enricoschw/rea…

    …l-time-media-statistics
    Enrico Schwendig committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    774f6fd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. webrtc-stats: repair existing webrtc stats

    Enrico Schwendig committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    18ef817 View commit details
    Browse the repository at this point in the history
  2. webrtc-stats: do not start stats multiple times

    Enrico Schwendig committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    62cbf34 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. webrtc-stats: build transport and conn reporter

    Enrico Schwendig committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f8cc238 View commit details
    Browse the repository at this point in the history
  2. webrtc-stats: extract mid handler

    Enrico Schwendig committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7712ba7 View commit details
    Browse the repository at this point in the history
  3. webrtc-stats: add track handler with tests

    Enrico Schwendig committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e7fb41a View commit details
    Browse the repository at this point in the history
  4. webrtc-stats: separate media handler from stats

    Enrico Schwendig committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    cf94954 View commit details
    Browse the repository at this point in the history
  5. webrtc-stats: build track stats handler

    Enrico Schwendig committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    79b886d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. webrtc-stats: calculate track stats

    Enrico Schwendig committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0edb2f3 View commit details
    Browse the repository at this point in the history
  2. webrtc-stats: add separate stats report builder

    Enrico Schwendig committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1076b48 View commit details
    Browse the repository at this point in the history
  3. webrtc-stats: fix type issue in report

    Enrico Schwendig committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9745ca4 View commit details
    Browse the repository at this point in the history
  4. webrtc-stats: add separate value formatter

    Enrico Schwendig committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    84be981 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. webrtc-stats: switch window to global setTimeout fkt

    Enrico Schwendig committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    502598f View commit details
    Browse the repository at this point in the history
  2. webrtc-stats: remove console log statements

    Enrico Schwendig committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    06225d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fddb909 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. voip: moved stats event to the group call class

    Enrico Schwendig committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    755f4a1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/matthew/sfu' into enricoschw/exp…

    …ort-live-metric-events
    Enrico Schwendig committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    658d32a View commit details
    Browse the repository at this point in the history
  3. stats events: fix call context of event callback

    Enrico Schwendig committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bf3b47d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. stats events: switch to anonymous fkt for callbacks

    Enrico Schwendig committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0425652 View commit details
    Browse the repository at this point in the history
  2. stats events: fix typo and check is promise

    Enrico Schwendig committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2175bd2 View commit details
    Browse the repository at this point in the history