[rtmpdump] r453 - in trunk: Makefile librtmp/Makefile librtmp/dh.h librtmp/handshake.h librtmp/hashswf.c librtmp/rtmp.c librtmp/rtmp_sys.h

Howard Chu hyc at highlandsun.com
Thu Apr 29 18:03:44 CEST 2010


hyc wrote:
> Author: hyc
> Date: Thu Apr 29 17:42:08 2010
> New Revision: 453
>
> Log:
> Add support for polarssl, http://www.polarssl.org

Fyi, polarssl looks like a nice, compact crypto library designed for embedded 
systems. Using it may make things easier for folks using librtmp in XBMC on 
1st generation Xbox hardware. It may also be a good alternative for Windows 
builds too. "make posix CRYPTO=POLARSSL" if you want to try it on linux/unix.

Due to the fact that we use the SSL functions, and SSL relies on all of the 
other ciphers and such, the final code size is not as small as it could be. If 
we dropped SSL support (and so dropped rtmps and https) the code size would be 
quite a bit smaller.


More information about the rtmpdump mailing list