Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 922 Bytes

README.md

File metadata and controls

56 lines (43 loc) · 922 Bytes

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 [email protected]: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