binarykitchen / videomail-client

A wicked npm package to record videos directly in the browser, wohooo!
https://videomail.io
Creative Commons Zero v1.0 Universal
55 stars 19 forks source link

stream.on('error', err) #156

Closed binarykitchen closed 6 years ago

binarykitchen commented 6 years ago

sometimes emits error without any error at all https://github.com/binarykitchen/videomail-client/blob/develop/src/wrappers/visuals/recorder.js#L372

causing weird errors reported back to me

if it's empty i would dump all arguments or so. also would prepend with a string as a hint where this error is coming from.

binarykitchen commented 6 years ago

done