- From: Miguel Casas-Sanchez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 08 Mar 2017 23:22:59 +0000
- To: public-media-capture-logs@w3.org
@jnoring I agree, and didn't know that ffmpeg also reconstructs the missing parts of the file, good to know. I forked libwebm [here](https://github.com/miguelao/libwebm) and added an emscripten-compiled `repair_webm.cc` (see also `emcompile.sh`) as demo and perhaps this can be the seed of a polyfill to cover the remuxing. It's still TBD, mostly because I need to somehow teach the C routines to read from a Blob instead of from file, and I'm no emscripten pro. -- GitHub Notification of comment by miguelao Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/119#issuecomment-285203070 using your GitHub account
Received on Wednesday, 8 March 2017 23:23:07 UTC