Xpra: Ticket #2147: vp8 software decoding in javascript

The official page: ogv.js JavaScript media player using Ogg / Vorbis / Theora / Opus / WebM libs compiled with Emscripten



Thu, 14 Feb 2019 12:38:12 GMT - Antoine Martin: attachment set

try to decode vp8 using ogv.js


Thu, 14 Feb 2019 12:39:27 GMT - Antoine Martin: status, description changed

r21655 allows us to serve up .wasm files as application/wasm and the browser will then load them correctly.

The patch above adds stubs for decoding vp8 in javascript using ogv.js. I just can't figure out how we're supposed to use this undocumented api.


Mon, 18 Feb 2019 02:39:10 GMT - Antoine Martin:

See also #2132 (libvpx 1.8) and #2152 (intel's svt encoder)


Tue, 26 Feb 2019 06:34:33 GMT - Antoine Martin: milestone changed


Mon, 17 Jun 2019 12:28:29 GMT - Antoine Martin: milestone changed

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).


Sat, 23 Jan 2021 05:43:27 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2147