1. 20 6月, 2012 1 次提交
    • S
      rtmp: Reduce the number of idle posts sent by sleeping 50ms · 9d811fd8
      Samuel Pitoiset 提交于
      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: NMartin Storsjö <martin@martin.st>
      9d811fd8
  2. 19 6月, 2012 24 次提交
  3. 18 6月, 2012 15 次提交