Joe-Palmer / rtmplite

Automatically exported from code.google.com/p/rtmplite
0 stars 0 forks source link

siprtmp_gevent.py fail on video transmit #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Transmitting video fail (client closes connection) when running server by 
siprtmp_gevent.py.
Problem in function FlashCliend.send(), there is no check for all data sent.
Solution: replace self.sock.send(data) to self.sock.sendall(data), or process 
sending in loop with counting sent bytes.

Original issue reported on code.google.com by cheapb...@gmail.com on 28 May 2011 at 5:25

GoogleCodeExporter commented 9 years ago
Done in svn r81.
Please let me know if this works for you.

Original comment by kundan10 on 31 May 2011 at 9:42