RVMedia2.1.1, GSrtreamer - .IsSupportedGStreamer false?

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
IpCamFan
Posts: 15
Joined: Wed Nov 19, 2014 2:43 pm

RVMedia2.1.1, GSrtreamer - .IsSupportedGStreamer false?

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Add C:\gstreamer-sdk\0.10\x86\ and C:\gstreamer-sdk\0.10\x86_64\ to PATH variable
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Since RVMedia 2.2, it's not necessary to add these directories in PATH variable.
Post Reply