Search found 14 matches

by DeerBear
Sun Jun 25, 2023 1:18 pm
Forum: RVMedia
Topic: New demo request
Replies: 0
Views: 61059

New demo request

Hi!

I'd like to see a demo for dual recording (not necessarily PiP) for a desktop window and webcam, including how to do window selection (that be really nice). VCL only would be okay.

Thanks!

A
by DeerBear
Fri Nov 04, 2022 9:16 am
Forum: RVMedia
Topic: Preloading groups in the server
Replies: 2
Views: 13191

Re: Preloading groups in the server

Hi!

That would be perfectly acceptable :D
All I need is a way to make sure they're created even if there are no users in.

Thanks!
by DeerBear
Fri Sep 23, 2022 12:56 am
Forum: RVMedia
Topic: Preloading groups in the server
Replies: 2
Views: 13191

Preloading groups in the server

Hello! Suppose that, at the start of the server, I want to load a set of defined rooms (that are implemented via groups). How can I do this? Can I do this?? I haven't found anything that would suggest I can do this in the examples, but it would be useful. Any pointers, please? I am using the latest ...
by DeerBear
Sun Sep 11, 2022 8:42 am
Forum: RVMedia
Topic: Query w/r to updates to very important - and apparently very vaguely addressed - questions
Replies: 3
Views: 15840

Re: Query w/r to updates to very important - and apparently very vaguely addressed - questions

As a workable alternative, have you considered implementing WebRTC as well? That might open up a flowing WebRTC market for your server components and - if you make client components as well - for your client components to other WebRTC servers (which may be already working making the proposition of a...
by DeerBear
Sun Sep 11, 2022 8:20 am
Forum: RVMedia
Topic: Query w/r to updates to very important - and apparently very vaguely addressed - questions
Replies: 3
Views: 15840

Re: Query w/r to updates to very important - and apparently very vaguely addressed - questions

Okay, thanks! It is very unfortunate that it cannot support MacOSX, Android and iOS yet. Would you be able to share what the big hold up with those is, please? Given the support for SKIA, I would assume that if it's a graphical issue then you could probably require that SKIA components are installed...
by DeerBear
Sun Sep 11, 2022 6:06 am
Forum: RVMedia
Topic: Query w/r to updates to very important - and apparently very vaguely addressed - questions
Replies: 3
Views: 15840

Query w/r to updates to very important - and apparently very vaguely addressed - questions

Hello! Status of MacOSX, Android, iOS? FFMpeg: which version to use? I would love to see a straight "use $this-and-that version" Demos in Play/App Store: are there any? Demos in Demo folder: there seems to be nothing for MacOSX/Android/iOS. But I haven't checked the compiled demos. Thanks!
by DeerBear
Fri Mar 18, 2016 1:49 pm
Forum: RVMedia
Topic: Why is a login process not embedded in RVMediaServer?
Replies: 8
Views: 26874

Interesting and important are two entirely different things. Authorization is important, very important. So important, in fact, that I will be obliged to evaluate other SDKs before I have even written a line using yours, because - come on - your priorities are clearly misplaced. Please give me a kno...
by DeerBear
Fri Mar 18, 2016 9:10 am
Forum: RVMedia
Topic: Why is a login process not embedded in RVMediaServer?
Replies: 8
Views: 26874

Can you give me an approximate time-frame?

Something like "Fall" or "Next year" will do, I just need to have a rough timing.

A
by DeerBear
Thu Mar 17, 2016 7:03 pm
Forum: RVMedia
Topic: Why is a login process not embedded in RVMediaServer?
Replies: 8
Views: 26874

I wouldn't have thought so.
If login is refused, a GUID won't be set, and if the client requires login, that is necessary. Also, there won't be any session, so that could be used on the server.
by DeerBear
Thu Mar 17, 2016 6:38 pm
Forum: RVMedia
Topic: Excluding users from opening a certain cam
Replies: 4
Views: 16960

I was hoping a similar mechanism would be available for groups, too.
I would say that it is basically needed just there.

A
by DeerBear
Thu Mar 17, 2016 4:35 pm
Forum: RVMedia
Topic: Why is a login process not embedded in RVMediaServer?
Replies: 8
Views: 26874

Nah, you simply need to provide a login attempt event such as this: Type TMVLoginAttemptEvent = procedure( Sender: TRVServer; UserName, Password: String;var AllowLogin: Boolean ); This is all that is needed for a start. Another option, which would be cooler but much more code-intensive, would be to ...
by DeerBear
Thu Mar 17, 2016 4:29 pm
Forum: RVMedia
Topic: Excluding users from opening a certain cam
Replies: 4
Views: 16960

Further info

Hi! Let me outline the scenario: UserA is in a group where UserB is mocking UserA for what UserA is wearing. UserA, as a form of punishment, instead of blocking UserB wants to cut off his/her ability to view UserA's cam. See what I mean? This is useful in a number of scenarios where someone is being...
by DeerBear
Thu Mar 17, 2016 3:32 pm
Forum: RVMedia
Topic: Excluding users from opening a certain cam
Replies: 4
Views: 16960

Excluding users from opening a certain cam

Hello! One of the things I will need is the ability for video-chatters to shut off their video stream for specific users. Right now, it is only possible to filter out senders instead of receivers. I think this requirement is not that uncommon, so I think there has to be a way to do it. If not, would...
by DeerBear
Thu Mar 17, 2016 3:26 pm
Forum: RVMedia
Topic: Why is a login process not embedded in RVMediaServer?
Replies: 8
Views: 26874

Why is a login process not embedded in RVMediaServer?

Hello!

It wouldn't really require lots of code to do for the author.

All he needs to add is:

* A "RequiresLogin" property
* A "OnLoginAttempt" event
* A "OnCreateUser" event

The code behind these can be taken straight from the samples and integrated.

A[/list]