Hi nayr,
I know that that package is not quite ready yet, but I thought I'd give it a go from the GIT repository. I'm if anything impatient to try a new toy.
It's installed on my RPi3 using NPM, but when I goto start it the following comes up.
/home/pi/node_modules/raspIPC.tv/routes/api.js:268
omxProc[camera].on('close', (code, signal) => {
^
SyntaxError: Unexpected token >
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/home/pi/node_modules/raspIPC.tv/app.js:12:11)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
npm ERR! raspIPC.tv@0.1.1 start: `node ./bin/www`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the raspIPC.tv@0.1.1 start script.
npm ERR! This is most likely a problem with the raspIPC.tv package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./bin/www
npm ERR! You can get their info via:
npm ERR! npm owner ls raspIPC.tv
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 4.4.21-v7+
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! cwd /home/pi/node_modules/raspIPC.tv
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
I had another issue when I installed it, that is failed to load fsevents, but a google shows that this wouldn't get loaded on a RPI (only going on what others have said).
I'm not expecting you to go out of your way to help me, but if it's something silly that I've done and is a quick fix..
Paul