- Timestamp:
- 01/10/11 18:20:05 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/rtmp/inboundrtmpprotocol.cpp
r246 r252 189 189 190 190 //timestamp 191 *(uint32_t *) _pOutputBuffer = 0;191 EHTONLP(_pOutputBuffer, (uint32_t) time(NULL)); 192 192 193 193 //version 194 *(uint32_t *) (_pOutputBuffer + 4) = EHTONL(0x01020304);194 EHTONLP(_pOutputBuffer + 4, (uint32_t) 0x00000000); 195 195 196 196 //generate random data
Note: See TracChangeset
for help on using the changeset viewer.
