Skip to content

najaco/quic-v-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quic-v-stream

Server-Client service to stream video with QUIC

How to run

Install Dependencies with pipenv

pipenv install

Start pipenv shell

pipenv shell

Run server

python -m src.server -c <certificate> -k <private_key> --host <ip_addr> --port <port no.>

Run client

python -m src.client --host <ip_addr> --port <port_no> --request <file>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages