jscodec / jswebm

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

Separate demuxing logic from interfaces for implementation #3

Closed brianxautumn closed 4 years ago

brianxautumn commented 8 years ago

Need to separate the actual demuxing logic interfaces so that the the demuxing logic is not bound to the player implementation. The folder interfaces will contain interfaces for creating project builds like for ogv.js. This way making interface changes on the player will just affect the interface file without touching the demuxer internals.