GstNetBalancer/Getting Started/Evaluating the balancer: Difference between revisions

m
Add gstreamer dependencies
m (Add evaluation installation steps)
m (Add gstreamer dependencies)
Line 50: Line 50:


=== Dependencies ===
=== Dependencies ===
The GstNetBalancer evaluation has the following dependencies:
==== GStreamer ====
The GStreamer packages are likely already installed in your Ubuntu OS distribution.  In case you want to double-check and install the missing packages, run the following commands.
<syntaxhighlight lang=bash>
sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-bad
</syntaxhighlight>
=== Eval binaries structure ===
=== Eval binaries structure ===
First extract the package contents with the following command:
First extract the package contents with the following command: