Displaying 1 result from an estimated 1 matches for "clientsig2".
Did you mean:
  clientsig
  
2009 May 23
0
RMTPE specification
...-
The packets consist of a one byte command followed by a 1536 byte message
   Bytes    : Description
   -------    -----------
   0          Command
   1:1536     message of RTMP_SIG_SIZE bytes
Client First Exchange
---------------------
This is the first packet to be generated.
clientsig and clientsig2 are RTMP_SIG_SIZE bytes.
serversig and serversig2 are RTMP_SIG_SIZE bytes.
Note: Encryption is only supported on versions at least 9.0.115.0
Note: The 0x08 command-byte is not yet known.  It is understood
to involve further obfuscation of the Client and Server Digests,
and is understood to be imp...