Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
aboba authored Aug 17, 2024
1 parent d043fa3 commit 7b097ae
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ <h2>Negotiation issues</h2>
<li>
An <a title="Selective Forwarding Middlebox">SFM</a> may only support
single stream simulcast using the [="S2T1"=] and [="S2T1h"=] scalability
with the AV1 codec, while the browser may support encoding single
modes with the AV1 codec, while the browser may support encoding single
stream simulcast using the [="S2T1"=], [="S2T1h"=], [="S3T1"=] and
[="S3T1h"=] modes with both the VP9 and AV1 codecs. In this example,
an application would only be able to use single-stream simulcast with
Expand All @@ -354,13 +354,12 @@ <h2>Negotiation issues</h2>
</p>
<p>
There are situations in which computing the intersection of the browser and
SFM capabilities has implications for RTP header extension negotiation.
For example, if the <a title="Selective Forwarding Middlebox">SFM</a>
cannot parse codec payloads (either because it is not designed to do so, or
because the payloads are encrypted), then negotiation of an RTP header extension
(such as the AV1 Dependency Descriptor defined in Appendix A of [[?AV1-RTP-SPEC]])
could be required for the <a title="Selective Forwarding Middlebox">SFM</a>
to forward a particular codec and {{RTCRtpEncodingParameters/scalabilityMode}} value.
SFM capabilities needs to take RTP header extensions into account. If the
<a title="Selective Forwarding Middlebox">SFM</a> cannot parse codec payloads
(either because it is not designed to do so, or because the payloads are encrypted),
then negotiation of an RTP header extension (such as the AV1 Dependency Descriptor
defined in Appendix A of [[?AV1-RTP-SPEC]]) could be required for the
<a title="Selective Forwarding Middlebox">SFM</a> to forward a particular codec.
To take this into account, the RTP header extensions required for forwarding of a
codec could be added to the SFM's receiver capabilities. The application could
then compute the intersection of codec, header extension and
Expand Down

0 comments on commit 7b097ae

Please sign in to comment.