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

View 9 cameras on page web simultaneously

Open rmsaitam opened this issue 4 years ago • 1 comments

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 data to create the corresponding RTSP URL.

However, it only displays the first and the others do not.

I will want to view 9 cameras on page web simultaneously.  Is that possible with node-rtsp-stream?

Then, in the stream object even creating for 9 cameras, it only displays the first one.

rmsaitam avatar Jul 17 '20 14:07 rmsaitam

Currently with the project as is, you'd need to open 9 separate ports with 9 separate servers for 9 separate streams. This isn't optimal and is getting pretty heavily requested, so I may consider adding this, but it'll probably be a while. It would need a significant rewrite and need backwards compatibility.

See #56

kyriesent avatar Jul 24 '20 22:07 kyriesent