Open Issues Need Help
View All on GitHubAI 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.
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.
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.