Skip to content

Commit

Permalink
Report drift based on adjusted report time. (#648)
Browse files Browse the repository at this point in the history
* Report drift based on adjusted report time.

RTCP Sender Reports from publisher are re-based to SFU time base.
Add a field to display drift based on re-mapped time.

* generated protobuf

* change name

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
boks1971 and github-actions[bot] authored Mar 13, 2024
1 parent 34e705a commit cf54792
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 82 deletions.
175 changes: 94 additions & 81 deletions livekit/livekit_models.pb.go

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

3 changes: 2 additions & 1 deletion protobufs/livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@ message RTPStats {

RTPDrift packet_drift = 44;
RTPDrift report_drift = 45;
// NEXT_ID: 46
RTPDrift rebased_report_drift = 46;
// NEXT_ID: 47
}

message TimedVersion {
Expand Down

0 comments on commit cf54792

Please sign in to comment.