summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-12-30 22:39:38 +0200
committerMartin Storsjö <martin@martin.st>2012-12-31 13:39:08 +0200
commit08225d01262b638e1c4c86679a1375e02123fd4d (patch)
tree1b540f1214e82fff7f4c30b0c87b2077529f651e /Changelog
parent33f28a3be3092f642778253d9529dd66fe2a014a (diff)
rtmp: Add support for adobe authentication
This is mostly used to authenticate the client when publishing. Tested with wowza and akamai. Some but not all servers support resending a new connect invoke within the same connection, so always reconnect for sending a new connection attempt. This matches what other applications do as well. The authentication scheme is structurally pretty similar to http digest authentication, but uses base64 instead of hex strings. 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 b5950219a3..fa8cd48955 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,7 @@ releases are sorted from youngest to oldest.
version <next>:
- av_basename and av_dirname
+- adobe publisher authentication in RTMP
version 9_beta3:
- ashowinfo audio filter