https://github.com/janbar/cppmyth
C++ MythTV client library
https://github.com/janbar/cppmyth
Last synced: over 1 year ago
JSON representation
C++ MythTV client library
- Host: GitHub
- URL: https://github.com/janbar/cppmyth
- Owner: janbar
- Created: 2014-01-09T23:54:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T14:06:14.000Z (over 1 year ago)
- Last Synced: 2025-03-27T23:41:48.150Z (over 1 year ago)
- Language: C++
- Homepage: https://janbar.github.io/cppmyth
- Size: 24.9 MB
- Stars: 8
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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 35.
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