gowebapi / webapi

Go Lang Web Assembly bindings for DOM, HTML etc
BSD 3-Clause "New" or "Revised" License
174 stars 12 forks source link

Video / Audio via https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API #18

Closed gedw99 closed 1 year ago

gedw99 commented 2 years ago

Thank You for this awesome project..

I dont see https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API in the code generated golang.

Here is what i am up to:

I want to make a Video player using golang wasm, and customise how the player looks and feels using GIO ( https://github.com/gioui) Gio can compile to web, desktop and mobile.

The WebCodecs_API will allow me to build a custom player feeding the frames into it.

Then i am thinking of using a webview for Desktop and Mobile using https://github.com/Inkeliz/gowebview, so that it also works on those targets.

Please let me know if you have support for the webCodecs...