Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find module 'videoStream' #13

Open
ankit2016 opened this issue May 23, 2020 · 2 comments
Open

Cannot find module 'videoStream' #13

ankit2016 opened this issue May 23, 2020 · 2 comments

Comments

@ankit2016
Copy link

while running node.js file using node app.js getting Cannot find module 'videoStream'
(installed ffmpeg)
code:
const Stream = require('videoStream')

const options = {
name: 'streamName',
url: 'rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov',
port: 5000
}

stream = new Stream(options)

stream.start()

@UNRULYEON
Copy link

UNRULYEON commented Aug 25, 2020

@ankit2016
Try changing:

const Stream = require('videoStream')

to

const Stream = require('node-rtsp-stream-es6')

@repcsi
Copy link

repcsi commented May 23, 2021

It seems that the description on npmjs.com is still wrong:
https://www.npmjs.com/package/node-rtsp-stream-es6
const Stream = require('videoStream')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants