<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [Live-devel] Max limit for RTSPClientSession
instances</title></head><body>
<blockquote type="cite" cite><font face="Arial"
size="-1"> I wrote an RTSPServer application using
Live555. I have 36 different sessions, each with one video
subsession. It works and have one limit only: it seems to be
impossible to serve more than 32 client requests at a time(no
difference between 32 clients on the same session or one client on 32
out of 36 sessions). On the client side, the ,
rtspClient->sendOptionsCmd(url) methos fails.</font></blockquote>
<blockquote type="cite" cite> </blockquote>
<blockquote type="cite" cite><font face="Arial"
size="-1"> I will debug my application more deeply
in order to understand where, on the server side, the client request
is not satisfied; by now my "high level analysis" question
is: is there any max limit for RTSPClientSession
instances?</font></blockquote>
<div><br></div>
<div>Not in our code; however, you may have run into a limit - in your
operating system - of how many open files it can have (for each
process) at a time. Depending on your OS, there should be a way
to increase that limit.</div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>