diff options
author | Martin Storsjö | 2012-12-31 00:46:14 +0200 |
---|---|---|
committer | Martin Storsjö | 2012-12-31 13:39:09 +0200 |
commit | c1ea44c54d837a69d8285601cfba7aa8df16e053 (patch) | |
tree | 37f82dc8697962a5e5cda5b3962d1560c328f075 /Changelog | |
parent | 08225d01262b638e1c4c86679a1375e02123fd4d (diff) |
rtmp: Add support for limelight authentication
Limelight is a not too uncommon CDN. The authentication scheme is
pretty similar to the adobe authentication, but is even closer to
normal http digest authentication (but not close enough to warrant
sharing code) than the adobe version.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ releases are sorted from youngest to oldest. version <next>: - av_basename and av_dirname -- adobe publisher authentication in RTMP +- adobe and limelight publisher authentication in RTMP version 9_beta3: - ashowinfo audio filter |