Difference between revisions of "Modular Media Server/User Guide/Dependencies"

From RidgeRun Developer Connection
Jump to: navigation, search
(Gi)
(Pygst)
Line 18: Line 18:
  
 
To use GStreamer Python plugin, Pygst is required. Open a terminal and type this:  
 
To use GStreamer Python plugin, Pygst is required. Open a terminal and type this:  
<pre>sudo apt-get install python-gst-1.0 python-gst-1.0-dbg
+
<pre>
 +
sudo apt-get install pkg-config libcairo2-dev gcc python3-dev libgirepository1.0-dev
 +
pip3 install gobject PyGObject
 
</pre>  
 
</pre>  
 
You just have installed Python Gstreamer binding.<br>
 
You just have installed Python Gstreamer binding.<br>

Revision as of 12:42, 25 May 2022



Previous: Modular Media Server Introduction Index Next: Modular Media Server Introduction/ Modules supported





GstInterpipes

Before building, make sure you have installed it. If you don't have it installed please follow the instructions in GstInterpipe - Building and Installation Guide

Python

Modular Media Server requires Python 3.6.9 or older. To check your Python version run:

python3 --version

Pygst

To use GStreamer Python plugin, Pygst is required. Open a terminal and type this:

sudo apt-get install pkg-config libcairo2-dev gcc python3-dev libgirepository1.0-dev
pip3 install gobject PyGObject

You just have installed Python Gstreamer binding.



  Index