Euler-JS
Euler-JS
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)...
It runs without error, but is not showing nothing..
I am getting the same error. I am using: