Jump to content

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

Line 95: Line 95:
export GST_PLUGIN_PATH=${GST_PLUGIN_PATH}:${PATH_TO_EVALUATION_BINARY}/usr/lib/x86_64-linux-gnu/gstreamer-1.0/
export GST_PLUGIN_PATH=${GST_PLUGIN_PATH}:${PATH_TO_EVALUATION_BINARY}/usr/lib/x86_64-linux-gnu/gstreamer-1.0/
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PATH_TO_EVALUATION_BINARY}/usr/lib/x86_64-linux-gnu/
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PATH_TO_EVALUATION_BINARY}/usr/lib/x86_64-linux-gnu/
</pre>
where <code>PATH_TO_EVALUATION_BINARY</code> is set the location in your file system where you have stored the binary provided by RidgeRun.
Alternatively, you may just copy the binaries into the standard GStreamer plug-in search path:
<pre>
sudo cp -r ${PATH_TO_EVALUATION_BINARY}/usr /
</pre>
==== For Jetson ====
<pre>
export GST_PLUGIN_PATH=${GST_PLUGIN_PATH}:${PATH_TO_EVALUATION_BINARY}/usr/lib/aarch64-linux-gnu/gstreamer-1.0/
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PATH_TO_EVALUATION_BINARY}/usr/lib/aarch64-linux-gnu/
</pre>
</pre>
where <code>PATH_TO_EVALUATION_BINARY</code> is set the location in your file system where you have stored the binary provided by RidgeRun.
where <code>PATH_TO_EVALUATION_BINARY</code> is set the location in your file system where you have stored the binary provided by RidgeRun.
286

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.