[erlang-questions] webrtc lib

Benoit Chesneau bchesneau@REDACTED
Sun May 27 16:24:32 CEST 2018


understood :) are you using the latest version of erlang for dtls or still
the fork in flussonic btw?



On Sun, May 20, 2018 at 9:38 PM, Max Lapshin <max.lapshin@REDACTED> wrote:

> There is an obvious problem:  right now webrtc implementation is deeply
> merged with flussonic internals like:
>
> websocket_info({dtls, key_material, #srtp_params{} = SrtpParams}, Req,
> #publish{stream_name = StreamName} = State) ->
>   % events:debug("Got SRTP params: ~p", [SrtpParams]),
>   % {ok, DTS} = live_stream:getattr(StreamName, last_dts),
>   % Now = erlang:system_time(milli_seconds),
>   MI = live_stream:media_info(StreamName),
>
>
> live_stream is a internal module and not supposed to be exported to
> public-available library.
>
> It will take some time to extract.
>

That's totally understdanable



-- 
Sent from my Mobile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180527/3f751588/attachment.htm>


More information about the erlang-questions mailing list