This change was made in r562.
Code:
------------------------------------------------------------------------
r563 | hyc | 2011-03-22 20:43:18 +0530 (Tue, 22 Mar 2011) | 2 lines
Fix prev commit
------------------------------------------------------------------------
r562 | hyc | 2011-03-20 05:02:53 +0530 (Sun, 20 Mar 2011) | 2 lines
Drop back on the handshake version, avoid rtmpe 9
affected code:
Code:
/* clientsig[4] = 128;
clientsig[6] = 3; */
clientsig[4] = 9;
clientsig[6] = 0x7c;
reverting those values will fix the problem with current server but
may create problems with other servers requesting Type 9 handshake.