Skip to content

Commit

Permalink
Add sample rate and drift to RTP stats (#378)
Browse files Browse the repository at this point in the history
* Add sample rate and drift to RTP stats

* make tests a bit more robust

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
boks1971 and github-actions[bot] authored May 13, 2023
1 parent 26fe705 commit c5dc103
Show file tree
Hide file tree
Showing 5 changed files with 154 additions and 136 deletions.
148 changes: 84 additions & 64 deletions livekit/livekit_models.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,10 @@ message RTPStats {

uint32 layer_lock_plis = 35;
google.protobuf.Timestamp last_layer_lock_pli = 36;

double sample_rate = 42;
double drift_ms = 43;
// NEXT_ID: 44
}

message TimedVersion {
Expand Down
Loading

0 comments on commit c5dc103

Please sign in to comment.