Open
Description
According to the wiki, keyframe headers look as follows:
03 XX XX XX // Timestamp, in seconds, as float
XX 02 00 00
00 61 00 00
00 00 00 00
We should try to figure out what the remaining bytes (that is, everything but the timestamp) mean. The initial 03 is probably either a magic number, a version number or a packet type identifier.