Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.
/ warp-impl Public archive
generated from kota-yata/Sveltekitemp

Warp implementation on modified aioquic

Notifications You must be signed in to change notification settings

BrainoidHQ/warp-impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MOQT Impl

Implementation of Media over QUIC Transport Streaming Protocol.

Server

  • 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

Media over QUIC Transport

in ./server/moqt

Interface definition and Encoder/Decoder (not yet implemented) of draft-ietf-moq-transport-01 in Python

Client

#at the root dir
cd ./client
yarn install
yarn dev

Run Chrome Canary

/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --origin-to-force-quic-on=0.0.0.0:4443

About

Warp implementation on modified aioquic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published