Page 1 of 1

Clients connected limittation issue

Posted: Fri Dec 30, 2016 9:59 pm
by friman
Hello Serguey

I was trying to add more than 500 users save a predefined list
RVCamSender1.AddAllowedSenders(GUIDArray, Length(UserList));
when tried login 2 users they didnt see each to other.
Then down till 400 and the first user on make login detect the second, but this second does not see the first (I means: is notice on RVCamReceiver1UserEnter/exit events), then down till 300 and the same, for last I tried with 250 and it started to work fine.

There some why to allow more than 250 GUID? Or some optimized idea how to manage it?

Happy new year & Thanks on advance

Posted: Mon Jan 02, 2017 3:53 pm
by Sergey Tkachenko
Can you send a test project to me, to richviewgmailcom?

Posted: Mon Jan 02, 2017 3:58 pm
by friman
I need to prepare it, there 2 temporally solutions I found:

1. Using RVCamSender1.AddAllowedSender(GUID) into an loop. It have long delay but at end work.

2. Dividing the GUID list in ranges of 100 and push into RVCamSender1.AddAllowedSenders(GUIDArray, Count);

I am taking list of GUID from this xml result http://www.lowdelaystreams.com/api/api. ... d=GETUsers