gstreamer-klv-plugins plugins configuration

MisbCore

gstreamer-klv-plugins use the MisbCore library. You MUST set the library path, so the plugins could find it.

The path to the library is configured with the MISBCORE_LIB_PATH environment variable. You should set the path to the MisbCoreNativeLib.so location.
Wthout the license, the MisbCore library will work in demo mode, so it will only process tags < 15.
In order to lift demo restrictions, you should apply the license.

The license file path and the key are set in MISBCORE_LICENSE_FILE and MISBCORE_LICENSE_KEY respectively. You can set the environment variables by using export command.

export MISBCORE_LIB_PATH=/home/myuser/libraries/MisbCoreNativeLib.so

To permanently set up the system-wide environment variables you can add them to the /etc/environment file. Note, you need to use admin or sudo to modify it.

MISBCORE_LIB_PATH=/home/myuser/libraries/MisbCoreNativeLib.so
MISBCORE_LICENSE_FILE=/home/myuser/licenses/misbCore/MisbCore-Decode.lic
MISBCORE_LICENSE_KEY=0C203E11-847A7BF1-00B8B052-0B9F984C

GST_PLUGIN_PATH

In order to make the plugins show up in a GStreamer, you should either set GST_PLUGIN_PATH environmental variable to the directory containing the plugin, or use the command-line option --gst-plugin-path=/home/myuser/mypluginlocation/.