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

ffmpeg参数设置只对出口(output)参数有效, 对input参数无效甚至报错

### Receive nodejs spawn new process options #### Previous Lib does not receive nodejs spawn new process option so when run this lib on windows server it will show cmd...

I currently have several cameras with RSTP, so I tried to run the Stream object instance on the server more than once. After consulting the database, I fill in the...

`this.spawnOptions = [ ...this.frontFlags, "-i", this.url, ...this.midFlags, '-f', 'mpegts', '-codec:v', 'mpeg1video', // additional ffmpeg options go here ...this.additionalFlags, '-' ]`

Hello, I cannot deploy my stream server on Heroku, because it have issue with the ws Port. Heroku just allow one Port but I need 2 to (ws Port and...

How to detect programmatically if video is already streaming? Is there any kind if flag or method which can help me know if video is streaming or there is no...

I've followed the information provided in I believe #37, to bury the ws server inside of a https server with certificates. This works for me but only under one condition....

Multiple Rtsp stream input and multiple Output for CLient over HLS/RMTP etc

Add clientCount emitter for stream Using this we can track how many clients are connected to particular stream and it will also provide an option to stop the stream if...