Skip to content

Commit

Permalink
Merge pull request #213 from webscreens/streaming-codec-name
Browse files Browse the repository at this point in the history
Specify codec names using RFC 6381
  • Loading branch information
pthatcherg committed Sep 6, 2019
2 parents eaed041 + f14171b commit 9754ca0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Expand Up @@ -63,6 +63,7 @@ url: https://tools.ietf.org/html/rfc8122#section-5; type: dfn; spec: RFC8122; te
url: https://tools.ietf.org/html/rfc8122#section-5; type: dfn; spec: RFC8122; text: sha-512
url: https://tools.ietf.org/html/rfc8122#section-5; type: dfn; spec: RFC8122; text: md2
url: https://tools.ietf.org/html/rfc8122#section-5; type: dfn; spec: RFC8122; text: md5
url: https://tools.ietf.org/html/rfc6381#section-3; type: dfn; spec: RFC6381; text: codecs parameter
</pre>

<h2 class='no-num no-toc no-ref' id='document-status'>Status of this document</h2>
Expand Down Expand Up @@ -1413,10 +1414,8 @@ following properties:
The format type is used as the basis for audio and video capabilities.
Formats are composed of the following properties:

<!-- TODO, specify where names are defined. -->

: name (required)
:: The name of the format. Expected values include "vp8", "h264", "opus."
:: The name of the codec. This must be a single-codec RFC 6381 [=codecs parameter=].

<!-- TODO, specify where codec-specific parameters are defined. -->

Expand Down Expand Up @@ -1540,7 +1539,8 @@ Each audio encoding offered defines the following properties:
the media stream.

: codec-name
:: The name of the codec used by the encoding.
:: The name of the codec used by the encoding. This must be a single-codec
RFC 6381 [=codecs parameter=].

: time-scale
:: The time scale used by all audio frames. This allows senders to
Expand Down

0 comments on commit 9754ca0

Please sign in to comment.