streamproc / MediaStreamRecorder

Cross browser audio/video/screen recording. It supports Chrome, Firefox, Opera and Microsoft Edge. It even works on Android browsers. It follows latest MediaRecorder API standards and provides similar APIs.
https://www.webrtc-experiment.com/msr/
MIT License
2.63k stars 562 forks source link

browserify support doesnt work #42

Open yocontra opened 9 years ago

yocontra commented 9 years ago

the docs advertise this as being npm installable but the module exports is an empty object

tommoor commented 9 years ago

:+1: this doesn't work in a way that someone installing from NPM would expect. The module should export MediaStreamRecorder

vedi commented 9 years ago

:+1:

vhmth commented 8 years ago

@muaz-khan when do you plan on having this make its way to master? Anything I can do to help. Super trivial for me to just modify the file so it exports properly, but it would be cool for this to part of the official node package.