Skip to content

Commit

Permalink
Address reviewer comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
handellm committed Oct 8, 2024
1 parent d915bd5 commit a8fc811
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1162,9 +1162,9 @@ <h2>Video timestamp concepts</h2>
</p>
<p>
Each video frame has a <dfn class="export">presentation timestamp</dfn>
which is relative to the first frame appearing on the track. The [=presentation timestamp=]
of the first video frame appearing on the track is 0. The timestamp
is present for sinks to be able to define an absolute timeline of the frames
which is relative to the first frame emitted by the {{MediaStreamTrack}}'s source, eg.
the timestamp of the first frame emitted by the source is 0.
The timestamp is present for sinks to be able to define an absolute timeline of the frames
relative to a clock reference. A source of frames can define how this timestamp
is set. A sink of frames can define how this timestamp is used.
</p>
Expand All @@ -1190,6 +1190,11 @@ <h2>Video timestamp concepts</h2>
used if set.
The packet RTP timestamp concept is defined in [[?RFC3550]] Section 5.1.
</p>
<p>
The [=presentation timestamp=] and [=capture timestamp=] are using the same clock and
have a constant offset. The [=capture timestamp=] and [=receive timestamp=] are using the same
clock and offset.
</p>
<h3>{{VideoFrameMetadata}}</h3>
<pre class="idl">
partial dictionary VideoFrameMetadata {
Expand Down

0 comments on commit a8fc811

Please sign in to comment.