Skip to content

tbr/rtp_payload_xs

Repository files navigation

RTP Payload Format for ISO/IEC 21122 (JPEG XS)

Draft RTP payload document to update/replace RFC9134. This is a necessary revision to add support for new features introduced by the 3rd edition of JPEG XS.

Source

The mkd file is the source reference used to build txt, xml, html, and pdf outputs.

Required tools for building

  • kramdown-rfc2629 (Ruby, use gem install kramdown-rfc)
  • xml2rfc (Python, use pip install xml2rfc)

Building

Run make on command line (builds XML and TXT).

Optionally run make html on command line (builds HTML).

Recovering source from XML

sed -n '/markdown-source/,/==/p' draft-ietf-avtcore-rtp-jpegxs-3ed.xml | tail -n +2 | base64 -d | gunzip

About

Repository for the draft-ietf-payload-rtp-jpegxs3ed for updating RFC 9134.

Resources

Stars

Watchers

Forks

Packages

No packages published