Skip to content

Commit 901e754

Browse files
committed
convert rtmp-uris to xml2rfc format
1 parent eb29121 commit 901e754

9 files changed

+3324
-448
lines changed

index.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ notice an error in the _Errata and Addenda_ document, or if there is an
1616
unaddressed error, omission, or ambiguity in [RTMP][], please
1717
[open an issue on GitHub][issues].
1818

19+
See [RTMP Family URI Schemes](rtmp-uris/) for a formal definition of the
20+
syntax and semantics of the URIs used to identify and locate RTMP streaming
21+
resources.
22+
1923
[RTMP]: https://rtmp.veriskope.com/docs/spec/
2024
[repo]: https://github.com/zenomt/rtmp-errata-addenda
2125
[issues]: https://github.com/zenomt/rtmp-errata-addenda/issues

rtmp-errata-addenda.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@
12091209
<thead><tr>
12101210
<td class="left"></td>
12111211
<td class="center">RTMP Errata and Addenda</td>
1212-
<td class="right">June 2024</td>
1212+
<td class="right">July 2024</td>
12131213
</tr></thead>
12141214
<tfoot><tr>
12151215
<td class="left">Thornburgh</td>
@@ -1222,7 +1222,7 @@
12221222
<dl id="identifiers">
12231223
<dt class="label-published">Published:</dt>
12241224
<dd class="published">
1225-
<time datetime="2024-06-25" class="published">25 June 2024</time>
1225+
<time datetime="2024-07-02" class="published">2 July 2024</time>
12261226
</dd>
12271227
<dt class="label-authors">Author:</dt>
12281228
<dd class="authors">
@@ -2098,7 +2098,7 @@ <h3 id="name-normative-references-2">
20982098
<dd class="break"></dd>
20992099
<dt id="RTMP-URIS">[RTMP-URIS]</dt>
21002100
<dd>
2101-
<span class="refAuthor">Thornburgh, M.</span>, <span class="refTitle">"RTMP Family URI Schemes"</span>, <time datetime="2024-06" class="refDate">June 2024</time>, <span>&lt;<a href="https://zenomt.github.io/rtmp-errata-addenda/rtmp-uris">https://zenomt.github.io/rtmp-errata-addenda/rtmp-uris</a>&gt;</span>. </dd>
2101+
<span class="refAuthor">Thornburgh, M.</span>, <span class="refTitle">"RTMP Family URI Schemes"</span>, <time datetime="2024-07" class="refDate">July 2024</time>, <span>&lt;<a href="https://zenomt.github.io/rtmp-errata-addenda/rtmp-uris/">https://zenomt.github.io/rtmp-errata-addenda/rtmp-uris/</a>&gt;</span>. </dd>
21022102
<dd class="break"></dd>
21032103
</dl>
21042104
</section>

rtmp-errata-addenda.txt

+19-19
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
M. Thornburgh
6-
25 June 2024
6+
2 July 2024
77

88

99
RTMP Errata and Addenda
@@ -55,7 +55,7 @@ Table of Contents
5555

5656
Thornburgh Informational [Page 1]
5757

58-
RTMP Errata and Addenda June 2024
58+
RTMP Errata and Addenda July 2024
5959

6060

6161
5.1. Chunk Message Header Extended Timestamp . . . . . . . . . 7
@@ -111,7 +111,7 @@ Thornburgh Informational [Page 1]
111111

112112
Thornburgh Informational [Page 2]
113113

114-
RTMP Errata and Addenda June 2024
114+
RTMP Errata and Addenda July 2024
115115

116116

117117
1.1. Terminology
@@ -167,7 +167,7 @@ Thornburgh Informational [Page 2]
167167

168168
Thornburgh Informational [Page 3]
169169

170-
RTMP Errata and Addenda June 2024
170+
RTMP Errata and Addenda July 2024
171171

172172

173173
uint16le_t var;
@@ -223,7 +223,7 @@ Thornburgh Informational [Page 3]
223223

224224
Thornburgh Informational [Page 4]
225225

226-
RTMP Errata and Addenda June 2024
226+
RTMP Errata and Addenda July 2024
227227

228228

229229
4.1. Chunk Basic Header
@@ -279,7 +279,7 @@ Thornburgh Informational [Page 4]
279279

280280
Thornburgh Informational [Page 5]
281281

282-
RTMP Errata and Addenda June 2024
282+
RTMP Errata and Addenda July 2024
283283

284284

285285
4.2. Chunk Message Header
@@ -335,7 +335,7 @@ Thornburgh Informational [Page 5]
335335

336336
Thornburgh Informational [Page 6]
337337

338-
RTMP Errata and Addenda June 2024
338+
RTMP Errata and Addenda July 2024
339339

340340

341341
5. Timestamps
@@ -391,7 +391,7 @@ Thornburgh Informational [Page 6]
391391

392392
Thornburgh Informational [Page 7]
393393

394-
RTMP Errata and Addenda June 2024
394+
RTMP Errata and Addenda July 2024
395395

396396

397397
Senders have full control over scheduling, interleaving, and
@@ -447,7 +447,7 @@ Thornburgh Informational [Page 7]
447447

448448
Thornburgh Informational [Page 8]
449449

450-
RTMP Errata and Addenda June 2024
450+
RTMP Errata and Addenda July 2024
451451

452452

453453
7. RTMP Message Format
@@ -503,7 +503,7 @@ Thornburgh Informational [Page 8]
503503

504504
Thornburgh Informational [Page 9]
505505

506-
RTMP Errata and Addenda June 2024
506+
RTMP Errata and Addenda July 2024
507507

508508

509509
| The [sic] section specifies the format of RTMP messages that are
@@ -559,7 +559,7 @@ Thornburgh Informational [Page 9]
559559

560560
Thornburgh Informational [Page 10]
561561

562-
RTMP Errata and Addenda June 2024
562+
RTMP Errata and Addenda July 2024
563563

564564

565565
0 1 2 3 4 5 6 7
@@ -615,7 +615,7 @@ Thornburgh Informational [Page 10]
615615

616616
Thornburgh Informational [Page 11]
617617

618-
RTMP Errata and Addenda June 2024
618+
RTMP Errata and Addenda July 2024
619619

620620

621621
8.1. connect
@@ -671,7 +671,7 @@ Thornburgh Informational [Page 11]
671671

672672
Thornburgh Informational [Page 12]
673673

674-
RTMP Errata and Addenda June 2024
674+
RTMP Errata and Addenda July 2024
675675

676676

677677
Interoperability Note: Some client implementations incorrectly
@@ -727,7 +727,7 @@ Thornburgh Informational [Page 12]
727727

728728
Thornburgh Informational [Page 13]
729729

730-
RTMP Errata and Addenda June 2024
730+
RTMP Errata and Addenda July 2024
731731

732732

733733
Interoperability Note: Some server implementations, including Adobe
@@ -783,7 +783,7 @@ Thornburgh Informational [Page 13]
783783

784784
Thornburgh Informational [Page 14]
785785

786-
RTMP Errata and Addenda June 2024
786+
RTMP Errata and Addenda July 2024
787787

788788

789789
* Call of a custom server-side command could be required immediately
@@ -839,7 +839,7 @@ Thornburgh Informational [Page 14]
839839

840840
Thornburgh Informational [Page 15]
841841

842-
RTMP Errata and Addenda June 2024
842+
RTMP Errata and Addenda July 2024
843843

844844

845845
9. IANA Considerations
@@ -895,16 +895,16 @@ Thornburgh Informational [Page 15]
895895

896896
Thornburgh Informational [Page 16]
897897

898-
RTMP Errata and Addenda June 2024
898+
RTMP Errata and Addenda July 2024
899899

900900

901901
[RTMP] Parmar, H., Ed. and M. Thornburgh, Ed., "Adobe’s Real Time
902902
Messaging Protocol", December 2012,
903903
<https://rtmp.veriskope.com/docs/spec/>.
904904

905905
[RTMP-URIS]
906-
Thornburgh, M., "RTMP Family URI Schemes", June 2024,
907-
<https://zenomt.github.io/rtmp-errata-addenda/rtmp-uris>.
906+
Thornburgh, M., "RTMP Family URI Schemes", July 2024,
907+
<https://zenomt.github.io/rtmp-errata-addenda/rtmp-uris/>.
908908

909909
11.2. Informative References
910910

rtmp-errata-addenda.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -813,11 +813,11 @@ Command Object or in the Ancillary Data option of an RTMFP Endpoint Discriminato
813813
</front>
814814
</reference>
815815

816-
<reference anchor="RTMP-URIS" target="https://zenomt.github.io/rtmp-errata-addenda/rtmp-uris">
816+
<reference anchor="RTMP-URIS" target="https://zenomt.github.io/rtmp-errata-addenda/rtmp-uris/">
817817
<front>
818818
<title>RTMP Family URI Schemes</title>
819819
<author initials="M." surname="Thornburgh"/>
820-
<date month="June" year="2024"/>
820+
<date month="July" year="2024"/>
821821
</front>
822822
</reference>
823823

0 commit comments

Comments
 (0)