k-yle / rtsp-relay

📽 View an RTSP stream in your web browser using an express.js server
https://npm.im/rtsp-relay
MIT License
334 stars 60 forks source link

Rtsp streaming - Questions #220

Open PriyamDalwadii opened 1 year ago

PriyamDalwadii commented 1 year ago

is different stream is produced everytime new users connects to the same camera? Explaining more, I have a camera and streaming rtsp on a website so multiple user can access the stream it with different credientials. So my doubt is that, is different stream is produced for each new users or its 1 stream broadcasted to multiple users?

k-yle commented 1 year ago

only one RTSP stream is created to the camera. This library relays that single stream to multiple clients over websockets