1. 18 Nov, 2013 1 commit
  2. 16 Nov, 2013 1 commit
  3. 26 Sep, 2013 1 commit
  4. 18 Sep, 2013 1 commit
  5. 07 Mar, 2013 1 commit
  6. 03 Mar, 2013 1 commit
  7. 04 Sep, 2012 1 commit
  8. 17 Jul, 2012 1 commit
  9. 16 Jul, 2012 1 commit
  10. 22 Jun, 2012 1 commit
  11. 19 Jun, 2012 1 commit
    • Samuel Pitoiset's avatar
      rtmp: Reduce the number of idle posts sent by sleeping 50ms · 9d811fd8
      Samuel Pitoiset authored
      Rtmpt is effectively half duplex - the server can't return any
      data unless we send a request (to which the server responds). If
      we don't have any data to send currently, and the server didn't
      return any data either, wait a little before doing the next request.
      
      This avoids busy looping with idle posts with empty replies, while
      waiting for more data from the server.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      9d811fd8
  12. 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