From 15e23998406a6e04c1fd6708f9090d6f0368b751 Mon Sep 17 00:00:00 2001 From: Markus Handell Date: Fri, 27 Sep 2024 11:43:38 -0700 Subject: [PATCH] Address reviewer comments. --- index.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 8cd3aa9..2e17ee7 100644 --- a/index.html +++ b/index.html @@ -1162,13 +1162,15 @@

Video timestamp concepts

Each video frame has a presentation timestamp - which is relative to the first frame appearing on the track. A sink of frames can define how - this timestamp is used. The timestamp is present for a sink to be able to define an absolute - timeline of the frames relative to a clock reference. + which is relative to the first frame appearing on the track. 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.

Each frame may have an absolute capture timestamp representing - the instant it was captured, which is useful for example for delay measurements and synchronization. + the instant the frame capture process began, which is useful for example for + delay measurements and synchronization. A source of frames can define how this timestamp is set, otherwise it is unset. A sink of frames can define how this timestamp is used if set.

@@ -1216,7 +1218,7 @@
Members

Algorithms

- The Initialize Video Frame Timestamps From Internal MediaStreamTrack Video Frame + The Initialize Video Frame Timestamps From Internal MediaStreamTrack Video Frame algorithm runs with |frame| as input.
  1. Set {{VideoFrame/timestamp}} from [=presentation timestamp=].
  2. @@ -1224,7 +1226,7 @@

    Algorithms

  3. Set {{VideoFrameMetadata/receiveTime}} from [=receive timestamp=] if set.
  4. Set {{VideoFrameMetadata/rtpTimestamp}} from [=RTP timestamp=] if set.
- The Copy Video Frame Timestamps To Internal MediaStreamTrack Video Frame + The Copy Video Frame Timestamps To Internal MediaStreamTrack Video Frame algorithm runs with |frame| as input.
  1. Set [=presentation timestamp=] from {{VideoFrame/timestamp}}.