GstRTPNetCC - GstRTPNetCC Evaluating version

From RidgeRun Developer Connection
Jump to: navigation, search


Previous: Basic Usage Index Next: Examples




Features in the Evaluation

To help you test GstRTPNetCC, RidgeRun can provide an evaluation version of the plug-in. The following table summarizes the features available in both the professional and evaluation version of the element.

Feature Professional Evaluation
Video Streaming Y Y
Multiple Encoding Formats Y Y
Unlimited Streaming Time Y N (1)
Source Code Y N
Table 1. Features provided in the evaluation version
(1) The evaluation version will limit the streaming time of each pad to 5 minutes (at 30fps).


Requesting the Evaluation Binary

In order to request an evaluation binary for a specific architecture, please contact us providing the following information:

  • Platform: x86, and TX2
  • gst-launch-1.0 --gst-version
  • uname -a

Testing the Binary

First, make sure the dependencies are fulfilled:

sudo apt-get install \
libgstreamer1.0-0 \
libgstreamer-plugins-good1.0-0 \
libgstreamer-plugins-base1.0-0 \
libgstreamer-plugins-bad1.0-0 \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly

To use the binary provided by RidgeRun, export the location of the evaluation binary in your environment.

export GST_PLUGIN_PATH=${GST_PLUGIN_PATH}:/path/to/evaluation/binary/

where /path/to/evaluation/binary is the location in your file system where you have the binary provided by RidgeRun.

Additionally, you may just copy the binary into the standard GStreamer plug-in search path.

Finally, test that the plugin is being properly picked up by GStreamer by running:

gst-inspect-1.0 rtpnetcc

You should see the inspect output for the evaluation binary.


Previous: Basic Usage Index Next: Examples