Page 1 of 1

RVMedia2.1.1, GSrtreamer - .IsSupportedGStreamer false?

Posted: Thu Nov 20, 2014 6:59 pm
by IpCamFan
Hello,
I am using RVMedia2.1.1 and GStreamer, and of course I placed a
TRVCamera with Viewer.
I at Form.show I am checking for
RVCam1.IsSupportedGStreamer,
but it is allways FALSE.

The following I installed:
GStreamer SDK 2013.6 (Congo) for Windows 32 bits (Runtime)
and
GStreamer SDK 2013.6 (Congo) for Windows 64 bits (Runtime)
which I found here:
http://docs.gstreamer.com/display/GstSD ... on+Windows

Are these the correct ones?
Both I installed on the recommended ideal place:
C:\gstreamer-sdk\
And afterwards the Environment vatiables are also set correctly:
(in the MS DOS box I can see it):
set GST
GSTREAMER_SDK_ROOT_X86=C:\gstreamer-sdk\0.10\x86\
GSTREAMER_SDK_ROOT_X86_64=C:\gstreamer-sdk\0.10\x86_64\

So RVMedia should find it.
But when I start my application
.IsSupportedGStreamer is allways FALSE. Both running under 32bit and 64bit.

So, please help.

Thanks,
Juergen

Posted: Thu Nov 20, 2014 7:19 pm
by Sergey Tkachenko
Add C:\gstreamer-sdk\0.10\x86\ and C:\gstreamer-sdk\0.10\x86_64\ to PATH variable

Posted: Fri Nov 28, 2014 3:02 pm
by Sergey Tkachenko
Since RVMedia 2.2, it's not necessary to add these directories in PATH variable.