-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vp8 software decoding in javascript #17
Comments
2019-02-14 12:38:13: antoine uploaded file
|
Xpra-org/xpra@12cc565 allows us to serve up The patch above adds stubs for decoding vp8 in javascript using ogv.js. |
See also Xpra-org/xpra#2132 (libvpx 1.8) and Xpra-org/xpra#2152 (intel's svt encoder) |
It's really impressive, but unfortunately we can't feed data into the decoder until this is implemented: issue 359: Implement OGVMediaSource (Media Source Extensions / MSE shim). |
#123 is a better way forward. |
The official page: [http://wiki.webmproject.org/vp8-implementations] is missing some newer options, ie: ogv.js JavaScript media player using Ogg / Vorbis / Theora / Opus / WebM libs compiled with Emscripten
The text was updated successfully, but these errors were encountered: