aioice icon indicating copy to clipboard operation
aioice copied to clipboard

asyncio-based Interactive Connectivity Establishment (RFC 5245)

Results 17 aioice issues
Sort by recently updated
recently updated
newest added

RFC 6062 describes a mechanism to access create a TCP TURN allocation. Are there any plans for implementing this mechanism in aioice?

Currently all addresses on all interfaces are automatically selected as candidates by `gather_candidates` and the loopback device is only discarded based on the addresses bound to it. While this does...

I can't use aiortc on 64-bit Windows because there's no wheel for netifaces and the project has been archived. Happy to address this, but would it be better to fix...

This makes it possible to run inside a docker container without a STUN/TURN server. The issue with a randomly assigned port is that all ports must be published in advance...

#### Description When using a TURN server that cannot be reached, `Connection.gather_candidates()` raises an exception. That makes the gathering failed even if the local candidates and/or STUN candidates were gathered...

Optionally restrict the range of ephemeral ports that the Connection class can bind to. This is a proposed fix for https://github.com/aiortc/aioice/issues/47

Hi, I am facing a problem where the frontend, using JavaScript, connects to a Python aiortc WebRTC server. The connection works fine with a STUN server, but fails when no...