== Current Design and Behavior of non-adaptive streams ==
With current native video, Necko buffers the data until it is safe to start playing. nsMediaChannelStream downloads data via HTTP and puts that data in an nsMediaCache. nsMediaCache intrun in turn makes this data available to decoder threads via read() and seek() APIs. The decoders then read the dtaa data and enqueue it in A/V queues.
'''Diagram needed'''