Search found 6 matches

by benitomuso
Wed Sep 26, 2018 1:07 pm
Forum: RVMedia
Topic: passing commands to FFMpeg
Replies: 5
Views: 21792

Re: passing commands to FFMpeg

Regarding the original subject of the post: "passing commands to FFMPeg" In spite that the sound options wanted by Scotty are not supported, is there any way to pass extra parameters to RVMedia affecting the video, for example the ones to resize video or change aspect ratio of the sort: -h...
by benitomuso
Tue Dec 27, 2016 6:19 pm
Forum: RVMedia
Topic: No Video from Receiver in RVMedia v5.01
Replies: 13
Views: 35467

Compiled demos can send bug reports on exceptions. Please send a bug to us. (HWL should not be used; it appeared it has no advantages comparing to jpegs, and too sensitive to errors in transmission, up to crashes) Do you use source code of the demo from RVMedia 4 or RVMedia 5? Does the problem happ...
by benitomuso
Tue Dec 27, 2016 3:15 pm
Forum: RVMedia
Topic: No Video from Receiver in RVMedia v5.01
Replies: 13
Views: 35467

SendAndReceive\TwoApps is a very basic example, almost no unnecessary code. Important property settings in the Receiver application: 1) RVCamReceiver1.Senders collection (it contains 4 items, with each item's GUIDFrom = identifier of one of Sender clients). This property allows to accept data only ...
by benitomuso
Mon Dec 26, 2016 12:52 pm
Forum: RVMedia
Topic: No Video from Receiver in RVMedia v5.01
Replies: 13
Views: 35467

Also, please pay the attention to value of TRVCamReceiver.Senders collection (check both the code and value set at design time). In version 4, some properties of items in this collection were ignored. Now they are processed according to the documentation, and may filter received data. Spasivo Serge...
by benitomuso
Fri Dec 23, 2016 10:34 pm
Forum: RVMedia
Topic: No Video from Receiver in RVMedia v5.01
Replies: 13
Views: 35467

What version of delphi you running and have you made sure that the receive vcl is enabled and working? I'm running RAD Studio XE8, update 1. 100% the same code, where I have buttons for Active:=true/Active:=false with version 4 of RVMedia works and with v5 it doesn't show video. As I said: I have a...
by benitomuso
Fri Dec 23, 2016 10:28 am
Forum: RVMedia
Topic: No Video from Receiver in RVMedia v5.01
Replies: 13
Views: 35467

No Video from Receiver in RVMedia v5.01

Hello. I'm evaluating the RVMedia components for a bi-directional videophone feature of an application. First I made an implementation based on the v4 and it worked OK. Essentialy I took the SendAndReceive example, and implemented the same in both peers, but with crossed receiver IP Ports. When I im...