eturnal icon indicating copy to clipboard operation
eturnal copied to clipboard

STUN / TURN standalone server

Results 36 eturnal issues
Sort by recently updated
recently updated
newest added

Hi, I'm encountering a peculiar issue with WebRTC connectivity that seems to affect only my iPhone, while everything works as expected on my desktop. This issue persists even after experimenting...

Currently bucket sizes for time and data are hard coded. These values are tailored for Audio/Video use cases, however, TURN is not only used for these scenarios. Therefore, provide a...

enhancement

The DFN-CERT sent the warning below for our STUN server: ``` Ereignistyp: Configuration/Amplifier Zeitstempel: 2023-12-03 02:27:47+00:00 Anzahl: 4 Beschreibung: Auf dem System scheint ein Dienst betrieben zu werden, der potentiell...

documentation

If we deploy eturnal in managed kubernetes environments, we require a loadbalancer service, which forwards the traffic to eturnal. These traffic will not have the real IP address of the...

enhancement

In certain scenarios, a TURN server communicates with itself. This is done through the UDP stack. To be more effective eturnal should detect such cases and avoid using the UPD...

enhancement

Currently the I/O data is updated by the end of TURN session. This works generally well. However, a live view would improve for example views on peaks in I/O, whereas...

enhancement

Please add DTLS support.

enhancement

Supporting hot [release upgrades][1] would be nice, as restarting the TURN service kills running calls. Caveats: * To avoid an [emulator restart during the upgrade][2], the new eturnal version would...

enhancement

Include a `mod_rest` module to expose the [`eturnalctl`][1] commands via HTTP. [1]: https://eturnal.net/documentation/#operation

enhancement

Add support for [RFC 8489][1] (STUN) and [RFC 8656][2] (TURN). [1]: https://datatracker.ietf.org/doc/html/rfc8489 [2]: https://datatracker.ietf.org/doc/html/rfc8656

enhancement