Categorygithub.com/DineshAdhi/moq-go
module
1.0.0
Repository: https://github.com/dineshadhi/moq-go.git
Documentation: pkg.go.dev

# README

MOQT - GO

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

The Publisher and Consumer part are still under development. This repository currently has a working implementation of Relay.

This MOQT library currently supports WebTransport and QUIC Protocols.

ModuleSupport
Relay:white_check_mark:
Publisher:x:
Subscriber:x:

Setup

  • Run the following command in examples/relay folder

    sh relay.sh

  • You can configure the options like shown below

    sh relay.sh -port=<PORT> -keypath=<PATH> -certpath=<PATH> -debug

  • This will setup your self-signed certificates, add it to your Keystore and start the MOQT Relay.

  • Visit the quic.video site and start publishing. Make sure the browser supports WebTranport.

  • Copy paste the shared URL to view the stream in another tab.


# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author