Implementation of Media over QUIC Transport Streaming Protocol.
- Generating TLS 1.3 Certificate is required on QUIC Connection
#at the root dir
cd ./cert
mkcert -ecdsa -cert-file certificate.pem -key-file certificate.key localhost 127.0.0.1 ::1 0.0.0.0
- Start up
#at the root dir
python ./server/main.py ./cert/certificate.pem ./cert/certificate.key
in ./server/moqt
Interface definition and Encoder/Decoder (not yet implemented) of draft-ietf-moq-transport-01 in Python
#at the root dir
cd ./client
yarn install
yarn dev
/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --origin-to-force-quic-on=0.0.0.0:4443