kyriesent / node-rtsp-stream

Stream any RTSP stream and output to websocket for consumption by jsmpeg (https://github.com/phoboslab/jsmpeg). HTML5 streaming video! Requires ffmpeg.
MIT License
451 stars 166 forks source link

Getting Installation error #29

Closed waleedmazhar closed 5 years ago

waleedmazhar commented 5 years ago
ubuntu@ip-test:~/streaming$ npm install node-rtsp-stream
npm WARN saveError ENOENT: no such file or directory, open '/home/ubuntu/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/home/ubuntu/package.json'
npm WARN ubuntu No description
npm WARN ubuntu No repository field.
npm WARN ubuntu No README data
npm WARN ubuntu No license field.

+ node-rtsp-stream@0.0.5
updated 1 package and audited 84 packages in 0.985s
found 6 vulnerabilities (2 low, 4 high)
  run `npm audit fix` to fix them, or `npm audit` for details
ubuntu@ip-etst:~/streaming$
kyriesent commented 5 years ago

I'm not sure what these warnings are but it looks like it may have something to do with your package.json location, and not with this library.

The vulnerability issues should be patched by the next update to npm, so I am closing now.