Clients connected limittation issue

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
friman
Posts: 25
Joined: Fri Jul 17, 2015 4:26 am

Clients connected limittation issue

Post 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
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Can you send a test project to me, to richviewgmailcom?
friman
Posts: 25
Joined: Fri Jul 17, 2015 4:26 am

Post 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
Post Reply