rtsp-ffmpeg icon indicating copy to clipboard operation
rtsp-ffmpeg copied to clipboard

Node.js FFMpeg wrapper for streaming RTSP into MotionJPEG

Results 15 rtsp-ffmpeg issues
Sort by recently updated
recently updated
newest added

In my program, I have buttons to start and stop a "preview" of the selected camera. The first time previewing is run, the stream loads fine -- `ffmpeg` starts up,...

Hi, OS: Windows10 FFmpeg installed correctly The app works if run via cmd.exe If install the app as a service via NSSM I get the next error: ``` d:\app\Node\rest\rtsp-api-main\node_modules\rtsp-ffmpeg\lib\rtsp-ffmpeg.js:117 throw...

Is there a way to keep the stream alive even when no clients are connected? Working on a UI for my CCTV system and every time I switch pages the...

First of all, thanks for good code. I have some problems now. in your code, "var cams" in "server.js" are hardcoded. var cams = ['rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov'] Can I enter the rtsp...

Hi! How can I catch when connection is broken and reconnect again? Thanks!

I run your example but i found a lot of bugs there. When u declare the stream var stream = new rtsp.FFMpeg({ input: uri } there is nowhere any parameter...

![screenshot 2018-09-17 09 07 32](https://user-images.githubusercontent.com/13724341/45635158-21662c80-ba59-11e8-8402-b9b122c03201.png) We're running a 3 * 3 camera setup rotating by 9 cams on a 10 second interval. The issue we're having is the memory footprint...

Hi i can try to execute the example server but i've this error... can anyone help me? tnx rtsp-ffmpeg.js:89 throw new Error(data); ^ Error: ffmpeg version N-91441-g3a2d21bc5f Copyright (c) 2000-2018...

And when i use JPG server.js example i don't see any image. Do you know why is this happening? Thanks.

Hi, I try to use dynamic link to change the camera screen. But the result is this ![img](http://orf90agxq.bkt.clouddn.com/GitHub%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20170731113827.png) ![qq 20170801162202](https://user-images.githubusercontent.com/22769957/28817094-b8102a56-76d9-11e7-9cb3-6b33a5759912.png) this is my code ``` var rtsp = require('rtsp-ffmpeg'); var...