Our implementation of RTMPE is heavily based on librtmp. --- libavformat/rtmpcrypt.c | 2 ++ libavformat/rtmpdh.c | 2 ++ 2 files changed, 4 insertions(+)
diff --git a/libavformat/rtmpcrypt.c b/libavformat/rtmpcrypt.c index 6a4332d..2312545 100644 --- a/libavformat/rtmpcrypt.c +++ b/libavformat/rtmpcrypt.c @@ -1,5 +1,7 @@ /* * RTMPE network protocol + * Copyright (c) 2008-2009 Andrej Stepanchuk + * Copyright (c) 2009-2010 Howard Chu * Copyright (c) 2012 Samuel Pitoiset * * This file is part of Libav. diff --git a/libavformat/rtmpdh.c b/libavformat/rtmpdh.c index 8ddc5fc..92bce7a 100644 --- a/libavformat/rtmpdh.c +++ b/libavformat/rtmpdh.c @@ -1,5 +1,7 @@ /* * RTMP Diffie-Hellmann utilities + * Copyright (c) 2009 Andrej Stepanchuk + * Copyright (c) 2009-2010 Howard Chu * Copyright (c) 2012 Samuel Pitoiset * * This file is part of Libav. -- 1.7.9.4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
