Focus
Focus
Table of Contents

file-flv-body

Full body of a flash video file minus the first 9 bytes, which are reserved for the header.

Additional Details

Here is a screenshot from Wikipedia detailing the 9-byte header:

Context Capture

Using a cli hex-editor named xxd, we can view the header of the flash file.
Every byte after the 9th is provided by this context. Only the first 50 bytes were printed here as an example.

Recommended For You