kbumsik / opus-media-recorder

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

WebM support #2

Closed kbumsik closed 5 years ago

kbumsik commented 5 years ago
kbumsik commented 5 years ago

Currently works very well on Chrome. But Firefox cannot play recordings, while it recognize playtime well.

kbumsik commented 5 years ago

ed59491c5dd6f67e42fb2d696cb4c2c1081dfa2d Resolves the problem with Firefox! The problem was non-zero pre-skip. I'm not sure it is a bug of Firefox.

kbumsik commented 5 years ago

I think libwebm integration works very well :tada: I am closing this issue.