[FFmpeg-devel] RTMPE support

Howard Chu hyc
Mon Mar 15 19:07:19 CET 2010


Reimar D?ffinger wrote:
> On Mon, Mar 15, 2010 at 03:20:29AM -0700, Howard Chu wrote:
>> librtmp is LGPL.
>
> I don't think so.
> It includes openssl/ssl.h unconditionally which at least on my system includes e.g. this:
>> * 3. All advertising materials mentioning features or use of this software
>> *    must display the following acknowledgement:
> and thus AFAICT is GPL-incompatible.
> Thus librtmp can not be LGPL, and a --enable-gpl FFmpeg linked against this
> would be non-redistributable (for Linux system maybe you could claim the system
> library exception in the GPL, but at least Windows binary with librtmp for all I can
> tell would be a huge issue).

On Windows we don't ship the OpenSSL code. It's dynamically linked and we tell 
users to install it themselves from here

http://www.slproweb.com/products/Win32OpenSSL.html

Anyway, as I already mentioned, we can rewrite these bits to use some other 
library; it's nothing special. I won't bother without any clear need though, 
and right now there is no need. If mplayer/ffmpeg decide to adopt librtmp, 
then I'll have a reason to move ahead on that.
-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/



More information about the ffmpeg-devel mailing list