Skip to content

Commit 763d43a

Browse files
committed
Regenerate README
1 parent 07967cf commit 763d43a

3 files changed

Lines changed: 45 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ repository constitutes Contributions to the IETF Standards Process
1515
You agree to comply with all applicable IETF policies and procedures, including,
1616
BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being
1717
subject to a Simplified BSD License) in Contributions.
18+
19+
1820
## Working Group Information
1921

2022
Discussion of this work occurs on the [Media Over QUIC

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# MOQ Drafts
2+
3+
This is the working area for individual Internet-Drafts.
4+
5+
## Media over QUIC - Transfork
6+
7+
* [Editor's Copy](https://kixelated.github.io/moq-drafts/#go.draft-lcurley-moq-transfork.html)
8+
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-lcurley-moq-transfork)
9+
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-lcurley-moq-transfork)
10+
* [Compare Editor's Copy to Individual Draft](https://kixelated.github.io/moq-drafts/#go.draft-lcurley-moq-transfork.diff)
11+
12+
## Media over QUIC - Use Cases
13+
14+
* [Editor's Copy](https://kixelated.github.io/moq-drafts/#go.draft-lcurley-moq-use-cases.html)
15+
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-lcurley-moq-use-cases)
16+
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-lcurley-moq-use-cases)
17+
* [Compare Editor's Copy to Individual Draft](https://kixelated.github.io/moq-drafts/#go.draft-lcurley-moq-use-cases.diff)
18+
19+
20+
## Contributing
21+
22+
See the
23+
[guidelines for contributions](https://github.com/kixelated/moq-drafts/blob/main/CONTRIBUTING.md).
24+
25+
Contributions can be made by creating pull requests.
26+
The GitHub interface supports creating pull requests using the Edit (✏) button.
27+
28+
29+
## Command Line Usage
30+
31+
Formatted text and HTML versions of the draft can be built using `make`.
32+
33+
```sh
34+
$ make
35+
```
36+
37+
Command line usage requires that you have the necessary software installed. See
38+
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).
39+

draft-lcurley-moq-use-cases.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Media over QUIC - Transfork"
2+
title: "Media over QUIC - Use Cases"
33
abbrev: "moqtf"
44
category: info
55

@@ -21,9 +21,9 @@ informative:
2121

2222
--- abstract
2323

24-
MoqTransfork is designed to serve live tracks to an unbounded number of viewers with different latency and quality targets: the entire spectrum between real-time and VOD.
25-
However, it's difficult to understand how to use MoqTransfork given the layering and complexitity of live media delivery.
26-
This document outlines how an application could use MoqTransfork to deliver video, audio, and metadata in a variety of scenarios.
24+
MoQ is designed to serve live tracks to an unbounded number of viewers with different latency and quality targets: the entire spectrum between real-time and VOD.
25+
However, it's difficult to understand how to use the transport given the layering and complexitity of live media delivery.
26+
This document outlines how an application could use MoQ to deliver video, audio, and metadata in a variety of scenarios.
2727

2828
--- middle
2929

0 commit comments

Comments
 (0)