-
Trying to run `RTCDataChannel.send` in parallel and facing the error in the title.
What I want to do as a minimal reproducible example:
```python
import asyncio
def say_hi(num: int):
prin…
-
I like this fine library, well written, indeed.
However, I'm having a little problem. I have applied a publish/unpublish pattern on top of basically the `example/mediaoup.py` core code. I see, that…
-
Hi,
During our tests involving Aioquic (https://github.com/aiortc/aioquic/commit/239f99b8a3d4f5bc88cb280df765f35722cefe57) implementation, we identified a protocol violation in the server implement…
-
Hi everyone!
In an example I made with aiortc, I take a video and send it to localhost:9006 with a python script and watch the video I sent. An html (js) code on the receiver side, as you can imagine…
-
While trying to install `pymediasoup` in the a.m. environment I'm appearing troubles, most likely with the AV submodule.
```
(ms) ~ $ pip install pymediasoup
Collecting pymediasoup
Using cache…
-
Hi, currently i am using a Raspberry pi with a Module V3 camera ( which forces the usage of picamera2 library ), so i tried to look at your "webcam" example which led me to make some small changes inv…
-
![image](https://github.com/aiortc/aiortc/assets/54091450/73905ca8-bc7a-41e4-babd-f8c3a524d6df)
My browser can't display the webcam view
-
Is it possible to utilize aioquic + aiortc to support Peer-to-Peer QUIC over ICE?
P2P QUIC extensions to the WebTransport API (and ORTC) are defined here:
https://w3c.github.io/p2p-webtransport/
…
-
I got this error after following the install instructions and attempting to run.
```
jacob@razor-crest:~/workspace/ros2_humble $ ros2 launch spot_driver spot_driver.launch.py
[INFO] [launch]: A…
-
Sorry for asking here (docs say it's not that bad if purely related to aiortc). This could be a feature request as well.
Imagine I have an already VP8 encoded video in a file. Is it possible to cre…