Update FTL Format authored by Nicolas Pope's avatar Nicolas Pope
## Requirements
* Two way stream
* Multi-modal, beyond audio, video and text to include arbitrary synchronised streams of data.
* Support adaptive bitrate for different bandwidths
* Allow for both tight and loose bound tracks
* Identical format for live streaming over a network and file playback.
## Implemented Versions
First the Header structure is written / read directly with no encoding, followed by the IndexHeader structure for version 2 or greater. The structures below are for version 4.
......
......