Networking/Archive/DASH/Implementation: Difference between revisions

m
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 intrun makes this data available to decoder threads via read() and seek() APIs.  The decoders then read the dtaa and enqueue it in A/V queues.
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'''
Confirmed users
431

edits