search for: rtmp_sig_siz

Displaying 1 result from an estimated 1 matches for "rtmp_sig_siz".

Did you mean: rtmp_sig_size
2009 May 23
0
RMTPE specification
...inclusive" - like in python x+y on bytes means "append the two byte streams, consecutively" data[x] means "the byte offset by x" - like in python. /* ... */ means comments bigendian32(x) means create 4 bytes in big-endian order, from a 32-bit integer. Constants --------- RTMP_SIG_SIZE = 1536 SHA256DL = 32 /* SHA 256-byte Digest Length */ RandomCrud = { 0xf0, 0xee, 0xc2, 0x4a, 0x80, 0x68, 0xbe, 0xe8, 0x2e, 0x00, 0xd0, 0xd1, 0x02, 0x9e, 0x7e, 0x57, 0x6e, 0xec, 0x5d, 0x2d, 0x29, 0x80, 0x6f, 0xab, 0x93, 0xb8, 0xe6, 0x36, 0xcf, 0xeb, 0x31, 0xae } SWFVerifySig = { 0x...