mixer / m3u8-js

m3u8 parser for the browser and server
MIT License
5 stars 0 forks source link

Is it working already? #1

Open igor9silva opened 8 years ago

igor9silva commented 8 years ago

Hi,

I'm in need of a m3u8 parser for the browser, and all available solutions need node or CommonJS. Are you solution ready to work?

connor4312 commented 8 years ago

It should work, however this only supports a subset of functionality. We initially planned to expand it, but soon swapped out the application we were using it for with JSON responses, so we didn't do so. If you're looking for a base to build on, this could work, but it's not a full-feature library.

igor9silva commented 8 years ago

I don't need the whole spec to be implemented, just the most important feature. Since my project is using Angular I'm "porting" it from CommonJS modules to Angular Factories.

I'll update here the AngularJS fork and if in a future I implement any new feature I send a PR.

connor4312 commented 8 years ago

Sounds good, looking forward to PRs :smile: