Usage: $ npm install node-rtsp-stream On server: 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...
npm i node-rtsp-stream-jsmpeg Server const Stream = require('node-rtsp-stream-jsmpeg') const options = { name: 'streamName', url: 'rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov', wsPort: 3333 } stream = new Stream(options) stream.start() ...
$ npm install node-rtsp-stream On server: 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 ...
$ npm install node-rtsp-stream On server: 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 nec...
使用ffpemg推流的方式在H5中播放视频通道中的画面软件架构软件架构说明安装教程git clone https://gitee.com/xskj001/node-rtsp-stream-server.git npm i npm run start使用说明服务端依赖 node-rtsp-stream / ffmpeg,下载后配置好Path (链接自己百度) https://github.com/kyriesent/node-rtsp-stream 客户端依赖...
$ npm install node-rtsp-stream On server: 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 ...
$ npm install node-rtsp-stream On server: 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 nec...
npm i node-rtsp-stream-jsmpeg Server const Stream = require('node-rtsp-stream-jsmpeg') const options = { name: 'streamName', url: 'rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov', wsPort: 3333 } stream = new Stream(options) stream.start() ...
npm install godka/node-rtsp-live555-install lastest version from github Clone the last version from Github git clone https://github.com/godka/node-rtsp-live555 Sample The sample creates a web server at port 8080 and scans RTSP address from IPC with onvif.A stream will be shown on the vide...
$ npm i node-ffmpeg-stream RTSP Stream to Websocket On server Stream = require('node-ffmpeg-stream').Stream; stream = new Stream({ name: 'name',//name that can be used in future url: 'rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4', //Stream URL wsPort: 7070...