rtsp-streaming-server icon indicating copy to clipboard operation
rtsp-streaming-server copied to clipboard

closing and opening server with each request

Open roycw opened this issue 7 months ago • 0 comments

Hi, our app requires multiple connection from multiple client and we can expect 100 or more clients connected at the same time. Id like to minimize the effect of the serevr on the rest of the stack by only opening the srevr itslef if a request comes in and then closing it once the request ends. is that possible? that way if the server crahses the rest of the stack is not bothered.

roycw avatar Jul 16 '24 21:07 roycw