Introduction ============ gstdvbbackend is a small programm which captures a given set of dvb channels from one dvb device and provides the streams via minimal http. Dependencies ============ Linux ----- core: build-essential libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev pkg-config if you want to rebuild the manpage: asciidoc Installation ============ Getting the source via git: --------------------------- git clone git://git.spreadspace.org/gstdvbbackend.git cd gstdvbbackend Building from source -------------------- # cd src # ./configure # make Installing ---------- # sudo make install This will install gstdvbbackend under the --prefix defined with configure. Uninstalling ------------ # sudo make remove