rtsp-streaming-server
rtsp-streaming-server copied to clipboard
closing and opening server with each request
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.