1. 23 Sep, 2011 1 commit
  2. 22 Sep, 2011 19 commits
  3. 21 Sep, 2011 19 commits
  4. 20 Sep, 2011 1 commit
    • Martin Storsjö's avatar
      rtmp: Don't blindly skip the 4 trailer bytes from the FLV packets · 3ffe32eb
      Martin Storsjö authored
      If not enough bytes are available, keep track of them and skip
      them on next call.
      
      In practice, if these trailer bytes are written in a separate
      call, there is no other data written in this call, making it
      fall into the "FLV packet too small" case currently - working,
      but not as intended.
      
      This patch makes the code more robust, handling all cases
      except for having the FLV packet header split over multiple
      write calls.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      3ffe32eb