Search found 25 matches

by friman
Wed Jan 11, 2017 2:53 pm
Forum: RVMedia
Topic: How send/receive differents cameras?
Replies: 1
Views: 11297

How send/receive differents cameras?

Hello Seguey The last issue is: I am trying to send 2 or more cams from "sender" (managing differents rooms) adding second RVCamSender and coding something like RVCamSender2.GUIDFrom:=FMyGUID; RVCamSender2.ReceiverPort:=FMain.RVCamSender1.ReceiverPort; RVCamSender2.ReceiverHost:=FMain.RVCa...
by friman
Mon Jan 02, 2017 3:58 pm
Forum: RVMedia
Topic: Clients connected limittation issue
Replies: 2
Views: 13608

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...
by friman
Fri Dec 30, 2016 9:59 pm
Forum: RVMedia
Topic: Clients connected limittation issue
Replies: 2
Views: 13608

Clients connected limittation issue

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 fir...
by friman
Mon Jun 20, 2016 7:17 pm
Forum: RVMedia
Topic: How get video/audio streams on server side?
Replies: 2
Views: 14798

How get video/audio streams on server side?

Hello

Some way to get veido/audio stream on server side and publish on web for example? I means some http url (stream) able to load on somewhere once is processed on server?

Regards
by friman
Mon Nov 30, 2015 2:02 am
Forum: RVMedia
Topic: Retrieving connected users on client side.
Replies: 3
Views: 16911

Hi Serguey Thanks for your reply. Yes, I use these method, but they inform to user about the currents allowed by him, no about others (thinking on extended solution where users can banned, denied, allow,...access). That is why I ask if some way to retrieve ALL. I now think that solution will be sent...
by friman
Sun Nov 29, 2015 8:37 pm
Forum: RVMedia
Topic: Retrieving connected users on client side.
Replies: 3
Views: 16911

Retrieving connected users on client side.

Hi
I have another question:
How can I know/detect on client when new user is connected to server?
Is there some way to let client to know about new "registered" users?
by friman
Sun Nov 29, 2015 8:32 pm
Forum: RVMedia
Topic: Chat and Conference into the same app.
Replies: 11
Views: 35497

In first moment I alter some values on Connection property (to avoid server disconnection on video/audio/data) but after this issue I copy and paste from sample demos and getting the same result. I am getting lost with that. I also add conference using another server into the same app, the conferenc...
by friman
Sun Nov 29, 2015 4:58 pm
Forum: RVMedia
Topic: Chat and Conference into the same app.
Replies: 11
Views: 35497

Is ok, thanks. Still I am facing issue with the others: 1. Here is one http://www.pictureshack.us/view_78773_issue.png What can be the reason to retrieve such video? (on left side client) 2. Is done the audio selection that you said? 3. Is possible any complete sample how to create Viewers on runtim...
by friman
Sun Nov 29, 2015 10:15 am
Forum: RVMedia
Topic: Chat and Conference into the same app.
Replies: 11
Views: 35497

Hello

Any reply to my previous question?
by friman
Tue Nov 17, 2015 4:47 pm
Forum: RVMedia
Topic: Chat and Conference into the same app.
Replies: 11
Views: 35497

Another issue is the follow, the sender is on right side and receiver on left.
What can the cause of this poor video resolution?

Here screenshot
http://www.pictureshack.us/view_78773_issue.png
by friman
Tue Nov 17, 2015 4:23 pm
Forum: RVMedia
Topic: Chat and Conference into the same app.
Replies: 11
Views: 35497

1. I want into the same app add chat per to per module, and into some other form conference beetwen several users. I had joining both samples without sucess, that is way I ask the better way to avoid issue beetwen connections. 2. Using something like var Item:TCollectionItem; begin Item:=RVCamMultiV...
by friman
Tue Nov 17, 2015 2:20 pm
Forum: RVMedia
Topic: Chat and Conference into the same app.
Replies: 11
Views: 35497

Chat and Conference into the same app.

Hi 1. I would like to know if is possible use chat and conference funcionalities into the same app, using the same controls RVCamSender and RVCamReceiver, or if you recommend (or is possible) use more than one controls (RVCamSender and RVCamReceiver) into the same app? 2. How is possible create seve...
by friman
Wed Nov 11, 2015 3:12 pm
Forum: RVMedia
Topic: Microphone selection
Replies: 5
Views: 21339

Thanks for your reply and soon update, will preciate it. About my second question: 1. I execute client A, connect to server. 2. Execute client B, connect to server. 3. On client A, shut on "my camera" 4. Without do nothing on client B (without send video access request or something like th...
by friman
Wed Nov 11, 2015 6:54 am
Forum: RVMedia
Topic: Microphone selection
Replies: 5
Views: 21339

Hi,
Some idea/delphi code able to choose/change default microphone?
I have tried severals ways and havent sucess.

Also:
What can be the cause if I turn on my webcam, and this one automatically turn on the first user connected with me?
by friman
Thu Nov 05, 2015 8:42 am
Forum: RVMedia
Topic: Microphone selection
Replies: 5
Views: 21339

Microphone selection

Hi

How can do select Microphone to be used under RVMicrophone control?
I have 2 webcam with audio input connected also audio input on laptop. How can select some one at time?