darcyclarke / ama

:question: Ask me anything!
https://darcyclarke.me
2 stars 1 forks source link

Are you planning on continuing to maintain a javascript webm decoder? #16

Closed mathwhiz1212 closed 5 years ago

mathwhiz1212 commented 8 years ago

You have a javascript webm decoder here: https://github.com/darcyclarke/vp8-webm-javascript-decoder I am interested in having a javascript webm decoder but have been unable to find one that is being maintained and is not still in beta. Also one that is usable in a regular web server setup without anything fancy. (Javascript libraries are fine.)

darcyclarke commented 5 years ago

Hey @mathwhiz1212! I apologize for the EXTREMELY delayed response here.

I obviously haven't spent much time maintaining the webm decode fork I modified back in 2015. Unfortunately, my focus has been elsewhere from the bleeding edge of video on the web these days. I'm sure there's been huge advancements over the past few years (wasm specifically has made it possible to ship a really efficient video decoder within the browser).

mathwhiz1212 commented 5 years ago

No problem. I have since moved on from the project I was working on.