node-rtsp-stream
node-rtsp-stream copied to clipboard
adressable streams
Hi, This is very cool! Would it be hard to make it so many streams can be hosted on the same port? I.e. that I can specify from the client which of many streams I want? In our case there are easily 100 streams to choose from, and to set up separate ports for each (which would need maintenance in proxies and/or firewalls) would be quite burdensome. Also not afraid to get my hands dirty and helpt
there is a PR implementing this (in a bit of a manual way) here https://github.com/kyriesent/node-rtsp-stream/pull/75/