Search found 6 matches
- Wed Sep 26, 2018 1:07 pm
- Forum: RVMedia
- Topic: passing commands to FFMpeg
- Replies: 5
- Views: 26733
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: -hide_banner ...
- Tue Dec 27, 2016 6:19 pm
- Forum: RVMedia
- Topic: No Video from Receiver in RVMedia v5.01
- Replies: 13
- Views: 45550
- Tue Dec 27, 2016 3:15 pm
- Forum: RVMedia
- Topic: No Video from Receiver in RVMedia v5.01
- Replies: 13
- Views: 45550
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 ...
- Mon Dec 26, 2016 12:52 pm
- Forum: RVMedia
- Topic: No Video from Receiver in RVMedia v5.01
- Replies: 13
- Views: 45550
- Fri Dec 23, 2016 10:34 pm
- Forum: RVMedia
- Topic: No Video from Receiver in RVMedia v5.01
- Replies: 13
- Views: 45550
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 ...
- Fri Dec 23, 2016 10:28 am
- Forum: RVMedia
- Topic: No Video from Receiver in RVMedia v5.01
- Replies: 13
- Views: 45550
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 ...