node-rtsp-stream icon indicating copy to clipboard operation
node-rtsp-stream copied to clipboard

Stream any RTSP stream and output to websocket for consumption by jsmpeg (https://github.com/phoboslab/jsmpeg). HTML5 streaming video! Requires ffmpeg.

Results 29 node-rtsp-stream issues
Sort by recently updated
recently updated
newest added

Hi, after deploying it to my server (heroku) , it doesn't work because it requires a secure connection wss. someone managed to solved it?

I have implemented an rtsp stream inside Nextjs api routes. I get a CORS error when I try to connect to the websocket. is there an option to set CORS...

please add authentication support (username & password)

`stream = new Stream({ name: input.url, streamUrl: input.url, wsPort: input.port, ffmpegOptions: { '-stats': '', '-r': 20, '-s': '640x480', '-aspect':'4:3' } `});`` I'm using the above code for rtsp URL Stream....

How to detect programmatically if Port already in use? Is there any kind if flag or method which can help me know if port is already in use? is there...

rtsp://11111.com:554/: Connection timed out56 bitrate= 842.3kbits/s dup=0 drop=85 speed= 1x rtsp://11111.com:554/: Connection timed out00 bitrate= 842.2kbits/s dup=0 drop=85 speed=0.999x rtsp://11111.com:554/: Connection timed out08 bitrate= 842.2kbits/s dup=0 drop=85 speed=0.998x rtsp://11111.com:554/: Connection...

I'm trying to allow my app to view an rtsp stream through my public ip instead of locally. My current code is: ```js const Stream = require('node-rtsp-stream') createStream('rtsp://my.public.ip.address:51/cam1/mpeg4', 9991) function...

Hello. I have ffmpeg working correctly, but within my application I get this error: UDP timeout, retrying with TCP and I don't get the stream working. Any solution for this?