Confirmed users
431
edits
mNo edit summary |
|||
| Line 4: | Line 4: | ||
== Current Design and Behavior of non-adaptive streams == | == 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 | 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 in turn makes this data available to decoder threads via read() and seek() APIs. The decoders then read the data and enqueue it in A/V queues. | ||
'''Diagram needed''' | '''Diagram needed''' | ||