From 3544145859084f4fa1fdc338cf4781d8ca009e0b Mon Sep 17 00:00:00 2001 From: Tony Herre Date: Fri, 19 Jan 2024 14:08:49 +0100 Subject: [PATCH 1/5] Add definition of RTCEncodedVideoFrameMetadata frameId and dependencies --- index.bs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/index.bs b/index.bs index 72b8d25..a95a642 100644 --- a/index.bs +++ b/index.bs @@ -346,6 +346,25 @@ dictionary RTCEncodedVideoFrameMetadata { ### Members ### {#RTCEncodedVideoFrameMetadata-members}
+
+ frameId unsigned long long +
+
+

+ An identifier for the encoded frame, monotonically increasing in decode order. Its lower + 16 bits matches the frame_number of the Dependency Descriptor RTP Header Extension, if sent. + Only present for received frames if the Dependency Descriptor Header Extension is present. +

+
+
+ dependencies sequence<unsigned long long> +
+
+

+ List of frameIds of frames this frame references. + Only present for received frames if the Dependency Descriptor Header Extension is present. +

+
synchronizationSource unsigned long
From d9c19eda7e59cdedc273205d493a2e72dcb88d14 Mon Sep 17 00:00:00 2001 From: Tony Herre Date: Fri, 19 Jan 2024 15:31:54 +0100 Subject: [PATCH 2/5] Review comments --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index a95a642..e60cd8f 100644 --- a/index.bs +++ b/index.bs @@ -352,7 +352,7 @@ dictionary RTCEncodedVideoFrameMetadata {

An identifier for the encoded frame, monotonically increasing in decode order. Its lower - 16 bits matches the frame_number of the Dependency Descriptor RTP Header Extension, if sent. + 16 bits match the frame_number of the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[?AV1-RTP]], if sent. Only present for received frames if the Dependency Descriptor Header Extension is present.

@@ -362,7 +362,7 @@ dictionary RTCEncodedVideoFrameMetadata {

List of frameIds of frames this frame references. - Only present for received frames if the Dependency Descriptor Header Extension is present. + Only present for received frames if the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[?AV1-RTP]] is present.

From 58d31652238ee364ee1d1993d1e77bd5f6c8a5f0 Mon Sep 17 00:00:00 2001 From: Tony Herre Date: Fri, 19 Jan 2024 15:34:00 +0100 Subject: [PATCH 3/5] Review comments 2 --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index e60cd8f..904b77e 100644 --- a/index.bs +++ b/index.bs @@ -352,7 +352,7 @@ dictionary RTCEncodedVideoFrameMetadata {

An identifier for the encoded frame, monotonically increasing in decode order. Its lower - 16 bits match the frame_number of the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[?AV1-RTP]], if sent. + 16 bits match the frame_number of the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[?AV1-RTP]], if present. Only present for received frames if the Dependency Descriptor Header Extension is present.

From 95e401e3e0e22ef0cb961ada91cba1368797cbd8 Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Tue, 23 Jan 2024 14:04:28 -0800 Subject: [PATCH 4/5] Update index.bs Co-authored-by: Philipp Hancke --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 904b77e..8b9471c 100644 --- a/index.bs +++ b/index.bs @@ -352,7 +352,7 @@ dictionary RTCEncodedVideoFrameMetadata {

An identifier for the encoded frame, monotonically increasing in decode order. Its lower - 16 bits match the frame_number of the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[?AV1-RTP]], if present. + 16 bits match the frame_number of the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[?AV1-RTP-SPEC]], if present. Only present for received frames if the Dependency Descriptor Header Extension is present.

From 9691a8849736052325126d42aa5c4d33cb01d301 Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Tue, 23 Jan 2024 14:04:43 -0800 Subject: [PATCH 5/5] Update index.bs Co-authored-by: Philipp Hancke --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 8b9471c..8adc7a9 100644 --- a/index.bs +++ b/index.bs @@ -362,7 +362,7 @@ dictionary RTCEncodedVideoFrameMetadata {

List of frameIds of frames this frame references. - Only present for received frames if the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[?AV1-RTP]] is present. + Only present for received frames if the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[?AV1-RTP-SPEC]] is present.