From 8e50c57dcb481479f2fd46f9bdb6a9776b0d9fa6 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Sun, 17 Jun 2012 20:24:43 +0200 Subject: RTMPT 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 RTMPT protocol implementation uses rtmphttp:// 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 b80ff88..4288aa3 100644 --- a/Changelog +++ b/Changelog @@ -25,6 +25,7 @@ version : be used with -of old. - Indeo Audio decoder - channelsplit audio filter +- RTMPT protocol support version 0.8: -- cgit v1.1