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
Search found 14 matches
- Sun Jun 25, 2023 1:18 pm
- Forum: RVMedia
- Topic: New demo request
- Replies: 0
- Views: 124803
- Fri Nov 04, 2022 9:16 am
- Forum: RVMedia
- Topic: Preloading groups in the server
- Replies: 2
- Views: 34220
Re: Preloading groups in the server
Hi!
That would be perfectly acceptable
All I need is a way to make sure they're created even if there are no users in.
Thanks!
That would be perfectly acceptable
All I need is a way to make sure they're created even if there are no users in.
Thanks!
- Fri Sep 23, 2022 12:56 am
- Forum: RVMedia
- Topic: Preloading groups in the server
- Replies: 2
- Views: 34220
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 ...
- 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: 39441
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 ...
- 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: 39441
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 ...
- 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: 39441
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!
- Fri Mar 18, 2016 1:49 pm
- Forum: RVMedia
- Topic: Why is a login process not embedded in RVMediaServer?
- Replies: 8
- Views: 33379
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 ...
- Fri Mar 18, 2016 9:10 am
- Forum: RVMedia
- Topic: Why is a login process not embedded in RVMediaServer?
- Replies: 8
- Views: 33379
- Thu Mar 17, 2016 7:03 pm
- Forum: RVMedia
- Topic: Why is a login process not embedded in RVMediaServer?
- Replies: 8
- Views: 33379
- Thu Mar 17, 2016 6:38 pm
- Forum: RVMedia
- Topic: Excluding users from opening a certain cam
- Replies: 4
- Views: 20696
- Thu Mar 17, 2016 4:35 pm
- Forum: RVMedia
- Topic: Why is a login process not embedded in RVMediaServer?
- Replies: 8
- Views: 33379
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 ...
- Thu Mar 17, 2016 4:29 pm
- Forum: RVMedia
- Topic: Excluding users from opening a certain cam
- Replies: 4
- Views: 20696
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 ...
- Thu Mar 17, 2016 3:32 pm
- Forum: RVMedia
- Topic: Excluding users from opening a certain cam
- Replies: 4
- Views: 20696
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 ...
- Thu Mar 17, 2016 3:26 pm
- Forum: RVMedia
- Topic: Why is a login process not embedded in RVMediaServer?
- Replies: 8
- Views: 33379
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]
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]