Search found 4 matches

by scotty69169
Fri Sep 03, 2021 2:09 am
Forum: RVMedia
Topic: upgrade from demo to registered version
Replies: 2
Views: 6018

Re: upgrade from demo to registered version

Correction:

RVM1.inc is missing. There is no debug directory or file. Only a *release directory.

Scott.
by scotty69169
Fri Sep 03, 2021 2:05 am
Forum: RVMedia
Topic: upgrade from demo to registered version
Replies: 2
Views: 6018

upgrade from demo to registered version

Hi, I have built an application with the demo version of FMX on C++ Builder. I installed the FMX registered version and it uninstalled the demo version and then had an error. I had tried the duel language version first and then the C++ only and they both had the same issue. I am using C++ Builder 10...
by scotty69169
Wed Jul 28, 2021 6:55 pm
Forum: RVMedia
Topic: connecting to a vivotek Camera without FFmpeg
Replies: 1
Views: 5614

connecting to a vivotek Camera without FFmpeg

Hi, I'm trying to do a real time connection to a Vivotek Camera, to operate a machine. I had tried it 2 years ago with an FFmpeg server and it connects. but the delay is a little long. I did notice in your demo application, that you can connect to one directly. What settings are required in the came...
by scotty69169
Thu Aug 30, 2018 8:57 pm
Forum: RVMedia
Topic: passing commands to FFMpeg
Replies: 5
Views: 21822

passing commands to FFMpeg

I got FFmpeg to see my camera correctly and write a file. But I had to use the following command line: ffmpeg -loglevel debug -rtsp_transport tcp -i "rtsp://admin:123456@192.168.90.112:554/profile2/" -c:v copy -c:a aac -max_muxing_queue_size 99999 -map 0 foo.mp4 Is there a way to pass some...