View Single Post
  #7  
Old 06-12-2011, 06:39 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Problem with RTMPDump and moshcam.com (RTMPE)


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.
Reply With Quote