Skip to content

Tags: lanikai/alohartc

Tags

0.1.6

Fix profile-level-id check to support Edge

0.1.5

Code review changes

Cache byte slice only

0.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Makefile

Remove `--dirty` from `examples/alohacam/Makefile` as well (Go modules modifies the file, always resulting in a "dirty" build).

0.1.3

Make unsupport STUN methods non-fatal

Unsupported STUN methods, such as the Send method (method 6)
introduced by TURN and sent by TURN relays, should not be
fatal.

In particular, TURN relays send a STUN binding indication via
the Send method to enable clients to authenticate the relay.
The indication does not require a reply, and does not even need
to be handled to be able to send video via the relay, but it
must not terminate the program.

0.1.2

Fix CI version filter from vx.y.z to x.y.z