1. 14 Jan, 2013 2 commits
  2. 31 Dec, 2012 3 commits
  3. 05 Nov, 2012 2 commits
  4. 20 Oct, 2012 1 commit
  5. 12 Oct, 2012 2 commits
  6. 11 Oct, 2012 1 commit
  7. 12 Sep, 2012 1 commit
  8. 04 Sep, 2012 2 commits
  9. 22 Aug, 2012 1 commit
  10. 16 Aug, 2012 2 commits
  11. 15 Aug, 2012 2 commits
  12. 14 Aug, 2012 2 commits
    • Samuel Pitoiset's avatar
    • Samuel Pitoiset's avatar
      rtmp: Do not send _checkbw calls as notifications · 8b6a5a79
      Samuel Pitoiset authored
      The _checkbw calls were changed to use transactionId 0 in commit
      82613564 so that servers would not return _result/_error about it.
      While this is the strict interpretation of the spec, there are
      servers that return _error about it, even if transactionId was 0.
      
      The latest version of EvoStream Media Server (the commercial version
      of crtmpserver) behaves properly as described, i.e. returning an
      _error normally but not returning anything when using transactionId
      0. The latest version of crtmpserver (right now at least) doesn't
      behave like this though, it returns an error even if transactionId
      was 0.
      
      There are also other servers that return errors even if transactionId
      is set to 0. Therefore set a proper transaction id so that the invoke
      can be tracked and the error properly ignored instead.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      8b6a5a79
  13. 13 Aug, 2012 1 commit
  14. 11 Aug, 2012 2 commits
  15. 09 Aug, 2012 3 commits
  16. 08 Aug, 2012 2 commits
  17. 07 Aug, 2012 3 commits
  18. 31 Jul, 2012 1 commit
  19. 26 Jul, 2012 3 commits
  20. 25 Jul, 2012 4 commits