-
I have been maintaining my own typings for `cryptography` as part of `aioquic` but would be quite keen to have these collaboratively maintained:
https://github.com/aiortc/aioquic/tree/master/stubs/…
-
Hi, i am processing video frame similar to https://github.com/aiortc/aiortc/blob/master/examples/server/server.py example.
And it works great, but i need to send processing result(Keypoints) so i try…
-
Hi!
Please, can you explain me one moment? In videostream example we send offer sdp to answer side and then send answer sdp to the offer. Ok, in code `obj = await signaling.receive()` (in cli.py) we …
-
First of all thank you for the amazing work! I could easily get a video streaming of my webcams with very small latency.
Tell me if I've understood well, to stream multiple videos (cameras) to the sa…
-
Hi, jlaine
Can you give me some advise about the remote video stream transport?
When I in different local net,the server example not work
-
Hi I'm new to webrtc and aiortc I would like to know how to connect my OpenCV project to webrtc for live streaming. But I don't know how to do that.
This is my code
import cv2
import numpy as…
-
Broken package
Package name: `aiortc`
Link to PyPI page: https://pypi.org/project/aiortc
Link to piwheels page: https://www.piwheels.org/simple/aiortc
Version: `all`
More information:
I receiv…
-
Hello, thanks for this awesome library,
I was wondering if it is possible to send external OpenCV video stream in [`addTrack()` function](https://github.com/aiortc/aiortc/blob/28cf22c2a82136784cc8e…
-
Hi,
I just tried asyncio API example from https://aioquic.readthedocs.io/en/latest/asyncio.html#asyncio-api and it failed for me.
The script
```python
#!/usr/bin/env python
import asyncio
impo…
-
Hello,
I'm noticing that at least with the webcam example, when you close the tab in the browser that's displaying the video, the server side python code seems unaware of the disconnect. The _run_…