jhiesey / videostream

Play html5 video when from a file-like object
MIT License
243 stars 74 forks source link

Installing via npm fails #15

Closed maca134 closed 8 years ago

maca134 commented 8 years ago

When installing via npm, it fails on mp4box dep:

root@scw-60409e:~/nodetorrent# npm install videostream
npm WARN package.json scaleway@1.0.0 No description
npm WARN package.json scaleway@1.0.0 No repository field.
npm WARN package.json scaleway@1.0.0 No README data
npm ERR! not a package /tmp/npm-11021-70qzHGrw/github.com/jhiesey/mp4box.js.git
npm ERR! Error: ENOENT, open '/tmp/npm-11021-70qzHGrw/github.com/jhiesey/mp4box.js.git-unpack/package.json'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.2.34-30
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "videostream"
npm ERR! cwd /root/nodetorrent
npm ERR! node -v v0.10.40
npm ERR! npm -v 1.4.28
npm ERR! path /tmp/npm-11021-70qzHGrw/github.com/jhiesey/mp4box.js.git-unpack/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! not ok code 0
rom1504 commented 8 years ago

Seems like it's there https://github.com/gpac/mp4box.js now, it's also in npm https://www.npmjs.com/package/mp4box Videostream should probably use the npm version

feross commented 8 years ago

This looks like it was a temporary npm glitch. @jhiesey intends to merge his changes back into upstream at some point, so I will close this issue.