aiortc / aioquic

QUIC and HTTP/3 implementation in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use QUIC in video streaming?

Abhinav0002 opened this issue · comments

I want to use the current examples to use QUIC for data transfer as well as streaming camera frames over an ip like from one PC to other as we can do using traditional udp.

Any resources for it or any modifications in the current code, entirely new to QUIC right now.