-
Hi,
I want to test `https://github.com/aiortc/aiortc/tree/master/examples/server` on remote server, so I installed everything on `digital ocean cloud.` Now, after running `python server.py` the web …
-
Does AIORTC support unordered/unreliable data channels with no retransmits? I'd like to create a data channel that simply drops undelivered messages.
I've been experimenting with data channels, tr…
-
Hi!
Thanks again for your work on this project. I've been setting up a test environment here, to experiment with Android + Cronet HTTP/3 libs for a mobile app.
I am simply using http3_server.py…
-
You should provide pre-build wheels of PyAV on PyPI.
Currently, if you want to use PyAV, you need to compile it manually. This can cost quite a lot of time, and on Windows, you have to install VS B…
-
Hello,
I'm trying to establish a connection between two clients using aiortc (both using this technology) using a middle server endpoint (gateway). I'm running into an issue that the originator is …
-
Passing an `RTCConfiguration` as follows to the `RTCPeerConnection` fails:
```
{ iceServers: [] }
```
-
We have maybe a specialized use case for aiortc, in that we use it for stress-testing webrtc servers. Ideally, we'd like to do this without actually encoding/decoding video, and if possible completely…
-
Hello,
I've ran into an issue where all local webRTC connections on a machine (tested on macOS, ubuntu 18) are set to failed if there are hundreds of local connections. The application logic is run…
-
```
building 'aioquic._crypto' extension
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.24.28314\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\…
-
I try to get media [this](https://github.com/aiortc/aiortc/blob/master/examples/janus/janus.py) janus example, but it fail when i set answer to local description.
## Log
```log
Sdp send:
v=0
o=…