jscodec / jswebm

A javascript implementation of the Webm Demuxer (matroska)
https://jscodec.github.io/jswebm-demo/
MIT License
87 stars 14 forks source link

Remove buffer queue in DataInterface #2

Open brianxautumn opened 8 years ago

brianxautumn commented 8 years ago

No need to manage multiple buffers, only need to handle 1 buffer at a time, StreamFile interface can handle that.