kbumsik / opus-media-recorder

MediaRecorder polyfill for Opus recording using WebAssembly
http://kbumsik.io/opus-media-recorder/
Other
312 stars 39 forks source link

Adding -DNDEBUG flag causes Firefox unable to play WebM. #9

Closed kbumsik closed 5 years ago

kbumsik commented 5 years ago

Firefox cannot play WebM when adding -DNDEBUG flag (I used it for production) for emcc option.

It appears that it is not relevant to WebMContainer.cpp, Firefox still cannot play it even when I delete all assert() in WebMContainer.cpp.

It might be an issue with libwebm. I delete -DNDEBUG flag for now.