Hi Dario.

I had the same problem and Alkassoum suggested the right way to solve it:

"If you are running your application under windows you might have the same 
problem i had few months ago.
My problem was due to an windows OS limitation on the number of sockets that 
can be open at any one time. 
On windows the FD_SETSIZE parameter have a default value of 64, so with that 
default value,
the server can only handle 64/2 = 32 clients at the same time ( 2 sockets
per client). So to solve my problem i only had to increase the FD_SETSIZE
parameter."

Have a nice day,

    Renato



  ----- Original Message ----- 
  From: Dario 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, October 02, 2008 1:58 PM
  Subject: [Live-devel] Unable to stream more then 31 streams.


  Hi. 
  I'm using one process per stream to stream from RTSP server.
  After creating 31 processes, On 32nd the debug says:
  recvfrom() error:
  Groupsock read failed:

  It dosn't matter if there is 4 processes handling 8 streams or 32 processes 
alltogether,
  the limit is 31.
  Any idea on how to fix this?



------------------------------------------------------------------------------
  ELMA Kurtalj d.o.o. (ELMA Kurtalj ltd.)
  Vitezićeva 1a, 10000 Zagreb, Hrvatska (Viteziceva 1a, 10000 Zagreb, Croatia)
  Tel: 01/3035555, Faks: 01/3035599 (Tel: ++385-1-3035555, Fax: ++385-1-3035599 
)

  Www:
  www.elma.hr; shop.elma.hr

  E-mail:
  [EMAIL PROTECTED] ([EMAIL PROTECTED])
  [EMAIL PROTECTED] ([EMAIL PROTECTED])
  [EMAIL PROTECTED] ([EMAIL PROTECTED])
  [EMAIL PROTECTED] ([EMAIL PROTECTED])
  [EMAIL PROTECTED] ([EMAIL PROTECTED])
  [EMAIL PROTECTED] ([EMAIL PROTECTED])
  [EMAIL PROTECTED] ([EMAIL PROTECTED])



------------------------------------------------------------------------------


  _______________________________________________
  live-devel mailing list
  live-devel@lists.live555.com
  http://lists.live555.com/mailman/listinfo/live-devel
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to