1. 06 Jan, 2013 22 commits
  2. 05 Jan, 2013 3 commits
  3. 04 Jan, 2013 5 commits
  4. 03 Jan, 2013 8 commits
  5. 31 Dec, 2012 2 commits
    • Martin Storsjö's avatar
      rtmp: Add support for limelight authentication · c1ea44c5
      Martin Storsjö authored
      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: 's avatarMartin Storsjö <martin@martin.st>
      c1ea44c5
    • Martin Storsjö's avatar
      rtmp: Add support for adobe authentication · 08225d01
      Martin Storsjö authored
      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: 's avatarMartin Storsjö <martin@martin.st>
      08225d01