Evaluating the Product
This section provides a guide to obtaining, installing, and testing the RidgeRun GstMoQ evaluation version.
Step 1: Request the Evaluation Binaries
RidgeRun provides a fully-featured evaluation version of the plugin with a limited processing time, as shown in table 1:
| Feature | Professional | Evaluation |
|---|---|---|
| GstMoQ Plugin | Y | Y |
| Unlimited Processing Time | Y | N (*) |
| Source Code | Y | N |
(*) With the evaluation version, you will have access to all the features for a limited period of time.
In order to request an evaluation binary for a specific architecture, please Contact Us by providing the following information:
- Platform (i.e.: i.Jetson nano, etc...)
- GStreamer version and kernel version, you can provide the output of the following commands:
gst-launch-1.0 --gst-version uname -a
Step 2: Install the dependencies
Make sure the dependencies are fulfilled, for this check our Dependencies section before moving to the next step.
Step 3: Install the Binaries
RidgeRun should've provided you with a .tar package: gst-moq-plugin-1.Y.Z-gst-1.X-P-eval.tar.
tar -xvf gst-moq-plugin-1.Y.Z-gst-1.X-P-eval.tar
Run the configuration script to start the evaluation environment.
cd gst-moq-plugin-1.Y.Z-gst-1.X-P-eval/ ./configuration.sh
Then check the plugin as follows in the new bash shell.
gst-inspect-1.0 rrmoqbin
You can now test the plugin installation as described in our Building the Plugin section.