summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2012-06-17 20:24:43 +0200
committerMartin Storsjö <martin@martin.st>2012-06-17 22:56:56 +0300
commit8e50c57dcb481479f2fd46f9bdb6a9776b0d9fa6 (patch)
tree2f2fc14e25bde9931fe32829352363423b655025 /Changelog
parent35127bf156df09ebf43f1ad7ea236653f7ba7707 (diff)
RTMPT protocol support
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ö <martin@martin.st>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index b80ff8885e..4288aa3cc5 100644
--- a/Changelog
+++ b/Changelog
@@ -25,6 +25,7 @@ version <next>:
be used with -of old.
- Indeo Audio decoder
- channelsplit audio filter
+- RTMPT protocol support
version 0.8: