codekraft-studio / vue-record

VueJs components for MediaRecorder API
https://codekraft-studio.github.io/vue-record/
MIT License
95 stars 57 forks source link

Doesn't work at all in Chrome #1

Closed buisine closed 5 years ago

buisine commented 5 years ago

Hey, this works great in firefox, but using : Chrome Latest Version 77.0.3865.90 (Build officiel) (64 bits) it doesn't

What i get on the console : VueRecord.umd.js?6cb0:4158 DOMException

  | _callee$ | @ | VueRecord.umd.js?6cb0:4158   | tryCatch | @ | VueRecord.umd.js?6cb0:2463   | invoke | @ | VueRecord.umd.js?6cb0:2689   | prototype. | @ | VueRecord.umd.js?6cb0:2515   | asyncGeneratorStep | @ | VueRecord.umd.js?6cb0:4080   | _throw | @ | VueRecord.umd.js?6cb0:4106   | Promise.then (async) |   |     | asyncGeneratorStep | @ | VueRecord.umd.js?6cb0:4090   | _next | @ | VueRecord.umd.js?6cb0:4102   | eval | @ | VueRecord.umd.js?6cb0:4109   | F | @ | VueRecord.umd.js?6cb0:2014   | eval | @ | VueRecord.umd.js?6cb0:4098   | start | @ | VueRecord.umd.js?6cb0:4169   | startRecording | @ | VueRecord.umd.js?6cb0:4317   | invoker | @ | vue.common.js?2371:2029   | fn._withTask.fn._withTask | @ | vue.common.js?2371:1828

Demo page fails as well on chrome

b4dnewz commented 5 years ago

have you checked that your browser recognizes the media device such as webcam or microphone? usually DOM Exceptions (for this plugin) means you don't have any microphone/webcam attached when trying to record or that you denied the permission for the browser to access the device

buisine commented 5 years ago

You are right, was initially testing about firefox fine , this doesnt come to my mind. Thanks

Cordialement. D. Buisine

Le dim. 13 oct. 2019 à 05:32, Filippo Conti notifications@github.com a écrit :

have you checked that your browser recognizes the media device such as webcam or microphone? usually DOM Exceptions (for this plugin) means you don't have any microphone/webcam attached when trying to record or that you denied the permission for the browser to access the device

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/codekraft-studio/vue-record/issues/1?email_source=notifications&email_token=ABMMN2YDSWFNLCZPCMPHOFTQOKQEBA5CNFSM4JACWNO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBCOFEA#issuecomment-541385360, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMMN2ZIEOTR3YBJHYL52LTQOKQEBANCNFSM4JACWNOQ .