Storyboard-fm/little-media-box

`Source.faststart()` methods

agrathwohl opened this issue · 0 comments

Upon completion of #12 we will be able to know whether an MPEG-4 Source has been faststarted or not.

A Source should therefore be able to faststart itself, returning a new buffer or a readable stream.

  • Return nothing if the Source is not a qualifying container (i.e., not an MPEG-4)
  • Source.faststartBuffer() should return a buffer
  • Source.faststartStream() should return a Readable