janbar / cppmyth

C++ MythTV client library
https://janbar.github.io/cppmyth
8 stars 5 forks source link

This project is intended to create a easy client interface for the MythTV backend. Its development started from january 2014 and today the API supports the protocol version of MythTV 0.26 to 34.

Online doxygen documentation is available from: http://janbar.github.io/cppmyth/doxygen-dev-docs/html/index.html

============================= Linux, OS-X, BSD

Build:

Start by configuring the build folder:

mkdir build cd build cmake

Then build the lib and demo:

make

Running liveTV demo:

Choose a server and a channel number to spawn, here 7 from localhost, and pipe the stream to mplayer:

./demo/livetvdemo 127.0.0.1 7 | mplayer -

Sources of demo are in /demo/src/

Generate the documentation:

doxygen /docs/doxygen-dev.cfg