rtsp-relay icon indicating copy to clipboard operation
rtsp-relay copied to clipboard

Rtsp streaming - Questions

Open PriyamDalwadii opened this issue 2 years ago • 1 comments

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?

PriyamDalwadii avatar Jul 26 '23 15:07 PriyamDalwadii

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

k-yle avatar Jul 28 '23 07:07 k-yle