theintencity / rtmplite

Flash RTMP server and SIP-RTMP gateway in Python
Other
202 stars 88 forks source link

Exception in rtmpclient when connection is closed by remote #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by Jonas Borjesson on Apr 6, 2011.

 File "rtmp.py",
line 283, in parseMessages
   count = min(header.size - (len(data)), self.readChunkSize) # how much more
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'

Original issue reported on code.google.com by kundan10 on 16 Apr 2011 at 1:49