[erlang-questions] WebRTC and DTLS and use_srtp

Max Lapshin max.lapshin@REDACTED
Wed Apr 10 08:03:22 CEST 2019


Nif is a thing that one should avoid if possible.

We use this one
https://github.com/flussonic/dtls/blob/master/src/dtls4srtp.erl

It is working and giving us webrtc in Flussonic

On Mon, Apr 8, 2019 at 4:52 PM Albin Stigö <albin.stigo@REDACTED> wrote:

> Hi,
>
> For anyone interested in WebRTC... After thinking more about this I
> decided to write a GnuTLS DTLS NIF that allows me to multiplex STUN,
> TURN and DTLS on one UDP socket (as required by WebRTC) and supports
> use_srtp.
>
> It's in it's very early stages but it's working and I feel it's on the
> right track. Suggestions are welcome!
>
> https://github.com/ast/webrtc
>
>
> --Albin
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20190410/f6c78961/attachment.htm>


More information about the erlang-questions mailing list