auduno / headtrackr

Javascript library for headtracking via webcam and WebRTC/getUserMedia
3.69k stars 504 forks source link

Improved stopStream() and more recent tools (~grunt) deps #47

Closed DawidLoubser closed 8 years ago

DawidLoubser commented 8 years ago

Hi,

I had issues with stopStream() - which didn't adhere to the later per-track stopping method as opposed to the media stream as a whole - as well as building with contemporary versions for grunt etc.

I propose version 1.0.3 with these fixes applied - as well as some accidental-but-probably-good whitespace stripping etc.

auduno commented 8 years ago

Looks good, thanks for the fix!

DawidLoubser commented 8 years ago

My pleasure - using this in production, so it does work :-) Any chance you can push this to npm so that I can depend on official version 1.0.3 instead of the one in my own repo? Thanks!