From acd554c103459ae7a5d89caa611e91bbc9bf695f Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 19 Jul 2012 14:13:58 +0200 Subject: RTMPE protocol support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPE protocol implementation uses ffrtmpcrypt:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by: Martin Storsjö --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 3d1325414b..d51f5d3106 100644 --- a/Changelog +++ b/Changelog @@ -39,6 +39,7 @@ version : - RTMPTS protocol support - JPEG 2000 encoding support through OpenJPEG - G.723.1 demuxer and decoder +- RTMPE protocol support version 0.8: -- cgit v1.2.3