Modular Media Server - User Guide - Dependencies

From RidgeRun Developer Connection
< Modular Media Server‎ | User Guide
Revision as of 12:42, 25 May 2022 by Oporras (talk | contribs) (Pygst)
Jump to: navigation, search



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