131 / h264-live-player

A live h264 player for the browser (ideal for raspberrypi / raspicam )
MIT License
1.08k stars 251 forks source link

`npm install` fails #78

Closed timotheecour closed 4 years ago

timotheecour commented 4 years ago
npm install

> bufferutil@1.2.1 install /Users/timothee/git_clone/temp/h264-live-player/node_modules/bufferutil
> node-gyp rebuild

  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
../src/bufferutil.cc:25:30: error: no template named 'Handle' in namespace 'v8'
  static void Initialize(v8::Handle<v8::Object> target)
timotheecour commented 4 years ago

actually https://github.com/131/h264-live-player/pull/76 seems to fix it /cc @131

131 commented 4 years ago

I've merged 76, is is okay for you now ? (i have no RPI to test this nowadays)

timotheecour commented 4 years ago

yes, thanks!

(i have no RPI to test this nowadays)

you can still test on desktop (eg OSX) :) /cc @131