<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=utf-8>
<META content="MSHTML 6.00.2900.3314" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi Dario.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I had the same problem and <FONT size=3>Alkassoum
</FONT>suggested the right way to solve it:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>"If you are running your application under windows you might have the same
problem i had few months ago.<BR>My problem was due to an windows OS limitation
on the number of sockets that can be open at any one time. <BR>On windows the
FD_SETSIZE parameter have a default value of 64, so with that default
value,<BR>the server can only handle 64/2 = 32 clients at the same time ( 2
sockets<BR>per client). So to solve my problem i only had to increase the
FD_SETSIZE<BR>parameter."</DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Have a nice day,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> Renato</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><BR></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=dmaljur@elma.hr href="mailto:dmaljur@elma.hr">Dario</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=live-devel@ns.live555.com
href="mailto:live-devel@ns.live555.com">live-devel@ns.live555.com</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, October 02, 2008 1:58
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [Live-devel] Unable to stream
more then 31 streams.</DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial size=2>Hi. </FONT></DIV>
<DIV><FONT face=Arial size=2>I'm using one process per stream to stream from
RTSP server.</FONT></DIV>
<DIV><FONT face=Arial size=2>After creating 31 processes, On 32nd the debug
says:</FONT></DIV>
<DIV><FONT face=Arial size=2>recvfrom() error:</FONT></DIV>
<DIV><FONT face=Arial size=2>Groupsock read failed:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>It dosn't matter if there is 4 processes handling
8 streams or 32 processes alltogether,</FONT></DIV>
<DIV><FONT face=Arial size=2>the limit is 31.</FONT></DIV>
<DIV><FONT face=Arial size=2>Any idea on how to fix this?</FONT></DIV><BR><BR>
<HR>
ELMA Kurtalj d.o.o. (ELMA Kurtalj ltd.)<BR>Vitezićeva 1a, 10000 Zagreb, Hrvatska (Viteziceva 1a, 10000 Zagreb, Croatia)<BR>Tel: 01/3035555, Faks: 01/3035599 (Tel: ++385-1-3035555, Fax: ++385-1-3035599 )<BR><BR>Www:<BR>www.elma.hr; shop.elma.hr<BR><BR>E-mail:<BR>elma@elma.hr (elma@elma.hr)<BR>pitanje@elma.hr (questions@elma.hr)<BR>primjedbe@elma.hr (complaints@elma.hr)<BR>prodaja@elma.hr (sales@elma.hr)<BR>servis@elma.hr (servicing@elma.hr)<BR>shop@elma.hr (shop@elma.hr)<BR>skladiste@elma.hr (warehouse@elma.hr)<BR>
<P>
<HR>
<P></P>_______________________________________________<BR>live-devel mailing
list<BR>live-devel@lists.live555.com<BR>http://lists.live555.com/mailman/listinfo/live-devel<BR></BLOCKQUOTE></BODY></HTML>