nhudinhtuan.github.io icon indicating copy to clipboard operation
nhudinhtuan.github.io copied to clipboard

Uncaught (in promise) DOMException

Open bikash-ghorai opened this issue 6 years ago • 3 comments

screenshot_1

bikash-ghorai avatar Jan 25 '19 11:01 bikash-ghorai

Hmmm, maybe the [object%20MediaSteam] should be a filename instead of that weird string.

Atap23 avatar Jun 01 '19 23:06 Atap23

I am having the same issue. But i change something:

try { JSHG.video_.attr("src", compatibility.URL.createObjectURL(stream)); } catch (error) { JSHG.video_.attr("src", stream); }

To :

try { JSHG.video_.attr("srcObject", compatibility.URL.createObjectURL(stream)); } catch (error) { JSHG.video_.attr("srcObject", stream); }

Euler-JS avatar Dec 09 '21 22:12 Euler-JS

It runs without error, but is not showing nothing..

Euler-JS avatar Dec 09 '21 22:12 Euler-JS