1. 26 May, 2015 1 commit
  2. 13 Aug, 2014 1 commit
  3. 04 Aug, 2014 1 commit
  4. 11 Mar, 2014 6 commits
  5. 26 Sep, 2013 2 commits
    • Martin Storsjö's avatar
      tls: Add support for listen mode · 705b748e
      Martin Storsjö authored
      Also add options for specifying a certificate and key, which can
      be used both when operating as client and as server.
      
      Partially based on a patch by Peter Ross.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      705b748e
    • Martin Storsjö's avatar
      tls: Add options for verifying the peer certificate · 8b09d917
      Martin Storsjö authored
      A file containing the trusted CA certificates needs to be
      supplied via the ca_file AVOption, unless the TLS library
      has got a system default file/database set up.
      
      This doesn't check the hostname of the peer certificate with
      openssl, which requires a non-trivial piece of code for
      manually matching the desired hostname to the string provided
      by the certificate, not provided as a library function.
      
      That is, with openssl, this only validates that the received
      certificate is signed with the right CA, but not that it is
      the actual server we think we're talking to.
      
      Verification is still disabled by default since we can't count
      on a proper CA database existing at all times.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      8b09d917
  6. 10 Aug, 2013 4 commits
  7. 05 Aug, 2013 1 commit
  8. 03 May, 2013 1 commit
  9. 18 Feb, 2013 1 commit
  10. 16 Aug, 2012 1 commit
  11. 15 Aug, 2012 2 commits
  12. 07 Aug, 2012 1 commit
  13. 25 Jul, 2012 2 commits
  14. 23 Jul, 2012 2 commits
  15. 17 Jul, 2012 2 commits
  16. 10 Jul, 2012 1 commit
  17. 27 Jun, 2012 1 commit
  18. 18 Jun, 2012 1 commit
  19. 17 Jun, 2012 1 commit
    • Samuel Pitoiset's avatar
      RTMPT protocol support · 8e50c57d
      Samuel Pitoiset authored
      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: 's avatarMartin Storsjö <martin@martin.st>
      8e50c57d
  20. 13 Jun, 2012 1 commit
  21. 11 Jun, 2012 2 commits
  22. 25 May, 2012 1 commit
    • Luca Barbato's avatar
      rtmp: fix url parsing · c6eeb9b7
      Luca Barbato authored
      The application component can have a subcomponent to specify the
      application instance even if it doesn't have a ":" in the playpath.
      c6eeb9b7
  23. 18 May, 2012 1 commit
  24. 20 Mar, 2012 1 commit
  25. 14 Feb, 2012 2 commits