Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.29 KB

File metadata and controls

53 lines (33 loc) · 1.29 KB

MOQT Streaming Format Transport Stream

This is the working area for the individual Internet-Draft, "MPEG-2 Transport Stream Packaging for Media Over QUIC Transport".

Contributing

See CONTRIBUTING.md.

Contributions can be made by creating pull requests. The GitHub interface supports creating pull requests using the Edit button.

Command Line Usage

Formatted text and HTML versions of the draft can be built using make.

$ make

Command line usage requires that you have the necessary software installed. See the instructions.

Submission Checklist

Run the practical pre-submit checks:

$ make check-submission

This runs:

$ make latest lint
$ make idnits idnits_mode=forgive-checklist

Expected residual warnings that can be tooling/environment related:

  • POSSIBLE_DOWNREF for active Internet-Draft references when status lookup fails.
  • LINE_PI from generated <?line ...?> processing instructions in markdown-to-XML workflows.

For a printed checklist in terminal:

$ make submission-checklist