Skip to content

inaes-tic/mbc-mosto

Repository files navigation

mbc-mosto

@mbc-playout's playlist juggler Build Status

Requirements

  • NodeJS 0.8+
  • node-gyp

Install Melted

sudo aptitude install melt libmlt-dev libmlt++-dev
git clone git://github.com/mltframework/melted.git
cd melted
./configure --prefix=/usr
make
make install

On other distributions you may have to call ./configure --enable-gpl instead.

Install MongoDB (if planning to use it with Caspa)

sudo aptitude install mongodb

Install MBC-Mosto

git clone git@github.com:inaes-tic/mbc-mosto.git
cd mbc-mosto
make install

Testing MBC-Mosto

cd mbc-mosto
make test

Start MBC-Mosto Server

cd mbc-mosto
make serve