node-rtsp-stream
node-rtsp-stream copied to clipboard
View 9 cameras on page web simultaneously
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.
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