grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'getTracks' of undefined

hbb520 opened this issue · comments

Cannot read property 'getTracks' of undefined

What kind of browser/os are using?

I have the same issue. tested in Brave and Chrome in Linux (Ubuntu based distro)

You jsfiddle only seems to work in Firefox as well.

@grishkovelli - confirmed on my macOS using Safari 11 in High Sierra, which doesn't work. Safari is set to ask for microphone access but it never gets to that. i set it to allow from JSFiddle and it still doesn't work. might be a WebAudio issue with Safari in my case but not sure. other WebAudio sites with audio recorder demos do work. not sure - might be an issue with JSFiddle on Safari specifically as well.

JSFiddle has an old version, anyway I'll check it. Try to pull master

commented

same issue

commented

upgrade to https save my day

I have the same issue. Tested in Homestead and Chorme(version:75.0.3770.100).
image

how to solve this error ...

error

commented

hey @jiwan-gharti are you using the component in an http page? if so you should upgrade your site to https instead, more details camera and microphone will require an https connection to work. Access from insecure http will cease to work