Skip to content

Commit

Permalink
WIP: link to IANA registry
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Jul 18, 2024
1 parent f2cd76d commit 1e133e9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ spec: encrypted-media-draft; for: EME; urlPrefix: https://w3c.github.io/encrypte
"title": "Encrypted Media Extensions",
"publisher": "W3C",
"date": "13 December 2019"
},
"IANA-RTP-PARAMETERS": {
"href": "https://www.iana.org/assignments/rtp-parameters/rtp-parameters.xhtml",
"title": "RTP Payload Format Media Types",
"publisher": "IANA"
}
}
</pre>
Expand Down Expand Up @@ -892,11 +897,13 @@ spec: encrypted-media-draft; for: EME; urlPrefix: https://w3c.github.io/encrypte
If |encodingorDecodingType| is {{MediaDecodingType/webrtc}} ({{MediaDecodingType}})
or {{MediaEncodingType/webrtc}} ({{MediaEncodingType}}):
<ol>
<li>
If |mimeType| is not the list of RTP Payload Format Media Types in
[[IANA-RTP-PARAMETERS]], return <code>false</code>.
</li>
<li>
<p>
If |mimeType| indicates a codec that is used with RTP as defined in the
specifications of the corresponding RTP payload formats [[RFC4855]]
[[RFC6838]], return whether |mimeType| is [=supported by the user agent=].
Return whether |mimeType| is [=supported by the user agent=].
</p>
<p class="note">
The codec name is typically specified as subtype and zero or more
Expand Down

0 comments on commit 1e133e9

Please sign in to comment.