node rts stream node rts stream node rts stream

The solution for “node rts stream node rts stream node rts stream” can be found here. The following code will assist you in solving the problem.

Stream = require(‘node-rtsp-stream’)
stream = new Stream({
name: ‘name’,
streamUrl: ‘rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov’,
wsPort: 9999,
ffmpegOptions: { // options ffmpeg flags
‘-stats’: ”, // an option with no neccessary value uses a blank string
‘-r’: 30 // options with required values specify the value after the key
}
})







$ npm install node-rtsp-stream

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

0
inline scripts encapsulated in