Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 683 Bytes

MOQT - GO

Simple Implentation of Media Over QUIC Transport (MOQT) in Go, in compliant with the DRAFT04

This MOQT library currently supports WebTransport and QUIC Protocols.

Module Support
Relay
Publisher
Subscriber

Setup

  • Configure Self-Signed Certificates by calling make cert

  • Implementations of Relay, Publisher and Subscriber are configured in the examples folder.

  • You can run them using the make commands

    • make relay
    • make sub
    • make pub