Update FTL Format authored by Nicolas Pope's avatar Nicolas Pope
......@@ -5,6 +5,7 @@
* 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.
* Must allow server side packet filtering to control stream bandwidth by allowing a client to apply data filters. Such filters include bitrate selection, channel and track selection.
## 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.
......
......