-
Hi, is WebTransport supported, or is there a plan to do so? Or does it not belong in aioquic? Keen to use it in Python and trying to figure out if it's already there or on the roadmap or what the righ…
-
I am using the examples/server with opencv and mediapipe for virtual background in live webrtc stream to aws ubuntu t2 micro instance. While using safari browser the live webcam streaming works but it…
-
Hi and thanks for this great library.
As stated in the title, I noticed that I get this `RuntimeError: Event loop is closed` error when I hit Ctrl+C while streaming with a webcam using the `webcam.…
-
What I see in the current implementation is when you create a stream from the client-side by calling:
https://github.com/aiortc/aioquic/blob/c99b43f4c7a1903e9ab2431932395bb7e0b29232/src/aioquic/async…
-
Hi Allen, thankyou for all the work you have done on this, as a novice python coder I am overwhelmed by the complexity of this. This is my first attempt at engaging in a github project, so apologies …
-
hai ,
It is not an issue.
one small quick query
@pgjones
Could you please confirm were you able to create multiple streams in a single connection using the AIOQUIC code .
Sorry for raising…
-
Hi,
I am successfully able to run http3_server.py, but if I try to run the example client I get:
```
Traceback (most recent call last):
Fi "examples/http3_client.py", line 426, in
int_r…
-
When I use this library with `mediasoup-client@3.6.53`, it says an error.
```
await this.safeEmitAsPromise('@connect', { dtlsParameters });
^
TypeError: this.safeEmitAsPromi…
-
The HTTP/3 standard has been recently finalized and will go towards using QUIC instead of TCP. Adding support for QUIC would be a great addition to those Micropython Ports with network abilities in my…
-
### Package version
2.4.0-exp.7
### Environment
```markdown
* OS: Ubuntu20.04
* Unity version: 2021.1.20f1
* com.unity.webrtc: 2.4.0-exp.7
```
### Steps To Reproduce
1. Start turn server (simp…