[erlang-questions] Erlang RTMP library

Rapsey rapsey@REDACTED
Sun Dec 27 08:12:09 CET 2009


There is one performance issue with the way it is designed:

State#rtmp_socket{buffer = <<Buffer/binary, Data/binary>>

This will cause binary to be reallocated and copied with every change.


Sergej

On Sat, Dec 26, 2009 at 11:32 PM, Max Lapshin <max.lapshin@REDACTED> wrote:

> Hi, at least I have extracted RTMP library from erlyvideo, it has
> documentation located at  http://erlyvideo.org/rtmp/ and
> repository at http://github.com/erlyvideo/erlang-rtmp/
>
> I think, that I've found a good balance between "library is pure
> functional and cannot do anything practical" and
> "library keeps a lot of state inside and isn't suitable for using in
> other projects".
>
> There is a test client in examples, made from this library as a
> demonstration, that it can be used not only in erlyvideo project,
> but in other, for example in clients.
>
> ________________________________________________________________
> erlang-questions mailing list. See http://www.erlang.org/faq.html
> erlang-questions (at) erlang.org
>
>


More information about the erlang-questions mailing list