wagerfield / parallax

Parallax Engine that reacts to the orientation of a smart device

Home Page:http://wagerfield.github.io/parallax/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

found bugfix for mediastream handling

photochamber opened this issue · comments

I tried this library and it didnt work. I found that the browsers have changed thier mediastream handling. in headtrackr.js, line 171 and below you need to change it to

 headtrackerStatus("camera found");
-->   video.srcObject = stream;
video.play();

tested in Chrome and FF. Tried to make a PR but repo seems to archived?

Hey friend, I believe you are lost and posting to the wrong repo :)