3 Open Issues Need Help Last updated: Jul 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a check within the Go `moqtransport` library to enforce a maximum length of 32 for namespace tuples, as specified in draft-ietf-moq-transport-13 section 2.4.1. This involves modifying the code to validate the length of namespace tuples received and reject those exceeding the limit.

Complexity: 3/5
help wanted good first issue

Media over QUIC Transport Implementation

Go

AI Summary: Implement a new authorization token format for the Media over QUIC Transport (MoQT) library, replacing the existing simple string format with the format specified in draft-ietf-moq-transport-13. This involves updating the code to handle the new format for encoding and decoding authorization tokens within the MoQT session establishment and control message handling.

Complexity: 4/5
help wanted

Media over QUIC Transport Implementation

Go

AI Summary: Implement a length check for the concatenation of namespace and track name, ensuring it does not exceed 4096 bytes as per the updated MoQT specification (draft-13, section 2.4.1). This involves modifying the existing Go code to validate input strings before processing them.

Complexity: 3/5
help wanted good first issue

Media over QUIC Transport Implementation

Go