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

From RidgeRun Developer Connection
Jump to: navigation, search
(Gi)
Line 15: Line 15:
 
</pre>
 
</pre>
  
=== Gi ===
+
=== Pygst ===
  
To use GStreamer Python plugin, Gi 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 python-gst-1.0 python-gst-1.0-dbg
 
</pre>  
 
</pre>  

Revision as of 12:33, 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 python-gst-1.0 python-gst-1.0-dbg

You just have installed Python Gstreamer binding.



  Index