GMS Howto

From GMythWiki

Jump to: navigation, search

Contents

How To Set-Up GMythStreamer

This How-To assumes that you have a fully working MythTV installation. Pay attention that this has not been tested too much and that in the future it’ll be a lot easier to do all of this (I’m working on a script to automate this). All these steps are meant to be done on the transcode machine (that also can be the mythtv machine).

I recommend doing everything from SVN as the debs are not done yet.

Installing GMyth

Debian Packages

Just install gmyth_0.3_i386.deb and gmyth-utils_0.3_i386.deb like this:

  • sudo dpkg -i gmyth_0.3_i386.deb
  • sudo dpkg -i gmyth-utils_0.3_i386.deb

SVN

First of all check-out the svn:

Compile GMyth and install it:

  • cd gmyth
  • ./autogen.sh –prefix=/usr –sysconfdir=/etc
  • make && sudo make install


Installing gstreamer plugins for MythTV

Debian Packages

Just install gstreamer0.10-indt-mythtvsrc_0.10.2.debian-1_i386.deb

  • sudo dpkg -i gstreamer0.10-indt-mythtvsrc_0.10.2.debian-1_i386.deb

SVN

First of all check-out the svn:

Compile and install it:

  • cd gst-gmyth
  • ./autogen.sh –prefix=/usr –sysconfdir=/etc
  • make && sudo make install

Installing libgnomevfs2-mythtv

Debian Packages

Just install libgnomevfs2-mythtv_0.3_i386.deb

  • sudo dpkg -i libgnomevfs2-mythtv_0.3_i386.deb

SVN

First of all check-out the svn:

Compile and install it:

  • cd libgnomevfs2-mythtv
  • ./autogen.sh –prefix=/usr –sysconfdir=/etc
  • make && sudo make install

Installing GMyth-Streamer

Debian Packages

  • TODO

SVN

First of all check-out the svn:

Then just run it:

  • cd gms
  • python gms.py

Installing GMencoder

You need this packages installed:

  • libgstreamer-plugins-base0.10-dev
  • libgstreamer0.10-dev
  • libglib2.0

Debian Packages

  • TODO

SVN

First of all check-out the svn:

Compile and install int:

  • cd gmencoder
  • ./autogen.sh
  • make && sudo make install

gst-ffmpeg (CVS)

You must instal gst-ffmpeg from cvs:

  • cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/gstreamer/ co gst-ffmpeg
  • cd gst-ffmpeg
  • ./autogen.sh –prefix=/usr –sysconfdir=/etc
  • make && sudo make install

gstreamer0.10-fluendo-mpegdemux (CVS)

The package that comes with Ubuntu has a bug, so you need to use it from CVS:

Installing Mencoder from SVN

You need this packages installed:

  • libxvidcore4-dev
  • libxvidcore4

Then check-out the svn:

  • svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer

Compile and install it:

  • cd mplayer
  • ./configure
  • make && sudo make install
Personal tools