You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name: "Aaron Colwell (until April 2015)",url: "",company: "Google Inc.",companyURL: "https://www.google.com/"},
42
42
],
43
43
44
44
mseDefGroupName: "mpeg-byte-stream-format",
@@ -47,7 +47,7 @@
47
47
],
48
48
49
49
// name of the WG
50
-
group: "media",
50
+
group: "media",
51
51
52
52
scheme: "https",
53
53
@@ -95,7 +95,8 @@
95
95
section>
96
96
97
97
<sectionid="sotd">
98
-
<p>The working group maintains <ahref="https://github.com/w3c/media-source/issues">a list of all bug reports that the editors have not yet tried to addressa>.p>
98
+
<p>The working group maintains <ahref="https://github.com/w3c/mse-byte-stream-format-mpeg-audio/issues">a list of all bug reports that the editors have not yet tried to addressa>;
99
+
there may also be related open bugs in the [[MEDIA-SOURCE]] repository.p>
99
100
<p>Implementors should be aware that this specification is not stable. <strong>Implementors who are not taking part in the discussions are likely to find the specification changing out from under them in incompatible ways.strong> Vendors interested in implementing this specification before it eventually reaches the Candidate Recommendation stage should track the <ahref="https://github.com/w3c/media-source">GitHub repositorya> and take part in the discussions.p>
100
101
section>
101
102
@@ -110,7 +111,7 @@
MIME-types
110
111
<p>This section specifies the MIME-types that may be passed to <adef-id="isTypeSupported">a> or <adef-id="addSourceBuffer">a> for byte streams that conform to this specification.p>
111
112
<ul>
112
113
<li>"audio/aac" for sequences of ADTS frames, as specified in <adef-id="iso-14496-3">a>.li>
113
-
<li>"audio/mpeg" for MPEG-1/2/2.5 Layer I/II/III streams, as specified in <ahref="http://tools.ietf.org/html/rfc3003">RFC 3003a>[[!RFC3003]].li>
114
+
<li>"audio/mpeg" for MPEG-1/2/2.5 Layer I/II/III streams, as specified in [[!RFC3003]].li>
114
115
ul>
115
116
<p>The "codecs" MIME-type parameter MUST NOT be used with these MIME-types.p>
116
117
section>
@@ -130,7 +131,7 @@
Metadata Frames
130
131
131
132
<sectionid="icecast">
132
133
<h3>Icecast headersh3>
133
-
<p>There is no normative spec for <ahref="http://en.wikipedia.org/wiki/Icecast">Icecasta>/<ahref="http://en.wikipedia.org/wiki/SHOUTcast">SHOUTcasta> headers, just <ahref="http://forums.radiotoolbox.com/viewtopic.php?t=74">examplesa>. For the purpose of this specification, an <dfn>Icecast headerdfn> is defined as beginning with the 4 character sequence "ICY "(U+0049 I, U+0043 C, U+0059 Y, U+0020 SPACE) and ending with a pair of carriage-return line-feed sequences (U+000D CARRIAGE RETURN, U+000A LINE FEED, U+000D CARRIAGE RETURN, U+000A LINE FEED).p>
134
+
<p>There is no normative spec for <ahref="https://en.wikipedia.org/wiki/Icecast">Icecasta>/<ahref="https://en.wikipedia.org/wiki/SHOUTcast">SHOUTcasta> headers, just <ahref="https://forums.radiotoolbox.com/viewtopic.php?t=74">examplesa>. For the purpose of this specification, an <dfn>Icecast headerdfn> is defined as beginning with the 4 character sequence "ICY "(U+0049 I, U+0043 C, U+0059 Y, U+0020 SPACE) and ending with a pair of carriage-return line-feed sequences (U+000D CARRIAGE RETURN, U+000A LINE FEED, U+000D CARRIAGE RETURN, U+000A LINE FEED).p>
134
135
<pclass="note">Icecast headers are allowed in the byte streams because some Icecast and SHOUTcast
135
136
servers return a status line that looks like "ICY OK 200" instead of a standard HTTP status line.
136
137
User-agent network stacks typically interpret this as an HTTP 0.9 response and include the
0 commit comments