Hi. 
It's me again. Nobody answer me :-(. The simple question is: How many
streams is posible through one NetConnection. I can make 11 working streams.
Is any body out there which make more then eleven ?
 
Brane
 
  _____  

Od: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namesto
Branko Pecnik
Poslano: 28. december 2006 21:36
Za: [email protected]
Zadeva: [Red5] Is there a limit number of streams in NetConnection or is
aBUG ?
 
Hi.
At first sorry for my bad english, but I hope you will understand me. 
I'm working on videoconference application. It working fine but after a few
concurent disconnects and connects of clients the new streams on client side
stop  working. So I done some tests and figure out that after executing
12-th statement: 
 
stream = new Stream(p_connection); 
 
the new stream not working, and server after every next this statement write
to log this two lines:
 
 [WARN] 108563 IoWorker-4:( org.red5.server.net.rtmp.RTMPHandler.warn )
Unhandled ping: Ping: 3, 0, 0, -1
 00 03 00 00 00 00 00 00 00 00
 
I think that server is stil working fine after this event, becouse the other
clients witch connected later see each other just fine.
 
 
The other test was making the 12 same sequential statements like this:
 
stream = new Stream(p_connection); 
stream = new Stream(p_connection); 
stream = new Stream(p_connection); 
stream = new Stream(p_connection); 
stream = new Stream(p_connection); 
stream = new Stream(p_connection); 
stream = new Stream(p_connection); 
stream = new Stream(p_connection); 
stream = new Stream(p_connection); 
stream = new Stream(p_connection); 
stream = new Stream(p_connection); 
stream = new Stream(p_connection); 
 
and the  stream not worked. If I write 11 statements stream work fine. ?!
 
Can any one test the same 12 statements and report me the result PLEASE? 
 
I developing on WinXP with Red5-0.5, but if I copy .swf on Linux Suse 10.1
where using red5 0.6 and a couple of days old trunk all is the same.
 
Thanks guys for a help
Brane
 
 
 


__________ NOD32 1942 (20061228) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to