From c2462a28f469f6e8ff3a91cc4624136e9a51ecae Mon Sep 17 00:00:00 2001 From: Danil Chapovalov Date: Fri, 23 Aug 2024 14:54:13 +0200 Subject: [PATCH] Clarify definition of the S-mode --- av1-rtp-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/av1-rtp-spec.md b/av1-rtp-spec.md index 26981d1..124fce3 100644 --- a/av1-rtp-spec.md +++ b/av1-rtp-spec.md @@ -54,7 +54,7 @@ Open Bitstream Unit (OBU) : The smallest bitstream data framing unit in AV1. All AV1 bitstream structures are packetized in OBUs. "S" Mode -: A scalability mode in which multiple encodings are sent on the same SSRC. This includes the S2T1, S2T1h, S2T2, S2T2h, S2T3, S2T3h, S3T1, S3T1h, S3T2, S3T2h, S3T3 and S3T3h scalability modes defined in Section 6.7.5 of [AV1]. +: A scalability mode in which multiple independent encodings are sent on the same SSRC. This includes the S2T1, S2T1h, S2T2, S2T2h, S2T3, S2T3h, S3T1, S3T1h, S3T2, S3T2h, S3T3 and S3T3h scalability modes defined in Section 6.7.5 of [AV1]. Selective Forwarding Middlebox (SFM) : A middlebox that relays streams among transmitting and receiving clients by selectively forwarding packets without accessing the media ([RFC7667]).