-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add captureTime and senderCaptureTimeOffset to frame metadata #240
Conversation
Fixes #225 |
This is the same as #228, but with the extension URL updated to the IETF version. |
SGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next steps would be for each source's spec to specify whether they are to populate this metadata or not, as suggested by @guidou today.
With that this LGTM.
index.bs
Outdated
The {{RTCEncodedAudioFrameMetadata/captureTime}} is set by the frame source, and for frames that come | ||
from the {{RTCRtpReceiver}}, it is extracted by the [[#stream-processing]] algorithm. Its reference clock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this trying to say the stream processing algorithm is a consumer of captureTime
? It sounds like it's saying it's the source of it instead, which seems confusing. Can we rephrase?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaced the confusing text with a simpler definition and what to return. Updated it so that the field is expressed relative to Performance.timeOrigin
instead of the NTP epoch, which is an uncommon epoch to use in Web APIs.
91ab07d
to
7510510
Compare
eb7bae8
to
7bd2167
Compare
7bd2167
to
f259a4d
Compare
SHA: c45d125 Reason: push, by guidou Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Preview | Diff