-
Hello!
Would be lovely with a new release that contains the `aioice` bump to 0.8.0 for TURN over TCP fix. It's already on main, so just a tag and publish to PyPI is needed.
Thanks, Erik
-
When trying to install with python3.11, I get these problems:
```
root@9965eea7cee3:/# pip install aiortc
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting aiortc…
-
Hi... so i am trying to stream using a camera located in my home to a website which uses Vue that i host on an online hosting platform. so i have a file called "stream.py" on my computer in my home wh…
-
Tried two instances of cli.ly with the offer reading from .mp4 video:
instance 1: python cli.py offer -s tcp-socket --play-from .mp4 ...
instance 2: python cli.py answer -s tcp-socket ...
Both hold…
-
Hello!
I’m running into a unpack error when running one of the examples available in the repo, [cli.py](https://github.com/aiortc/aiortc/blob/main/examples/videostream-cli/cli.py), when I’ve upg…
-
Windows 11
Python 3.10
cryptography 37.0.4
pyOpenSSL 22.0.0
Hello,
Whenever I run the following test script:
```python
import asyncio
from aiortc import RTCPeerConnection
async def main…
-
When I run the webcam.py, the memory usage increases, and when I restart the browser or press the stop button, the memory does not decrease.
I repeated start -> refresh browser or click stop button…
-
environment
- streamlit==1.10.0
- streamlit_webrtc==0.43.0
- OS: streamlit-cloud
Hi! I am using your webrtc very well! Thank you for making it!
when i running the streamlit-stt-app you post…
-
Before filing an issue please verify the following:
* Check whether there is already an existing issue for the same topic.
* Ensure you are actually reporting an issue related to ``aiortc``. The g…
-
I am working on the WebRTC application. It is working fine on other Linux versions. But when I installed it in OpenSuse, it give me this error related to certificates.
### **Error**
INFO:aiohttp…