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>