Modular Media Server - User Guide - Dependencies

From RidgeRun Developer Connection
Jump to: navigation, search



Previous: Building and Installation Index Next: User Guide/Installing and Running MMS





GStreamer

GStreamer is used for all multimedia management. To install it open a terminal and type this:

sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav

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 or newer. To install Python run:

sudo apt install python3.6


To check your Python version run:

python3 --version



Previous: Building and Installation Index Next: User Guide/Installing and Running MMS