-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
71 lines (48 loc) · 1.61 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Prerequisites
==============
Supported distros:
- Ubuntu >= trusty
- Debian >= jessie
Build dependencies:
sudo apt-get install autoconf libtool automake autopoint pkg-config g++ \
gettext libudev-dev libconfig++8-dev \
libjson-c-dev \
libccrtp-dev libdvbcsa-dev dvb-apps libavahi-client-dev \
libssl-dev
Checkout TVDaemon
==================
git clone https://github.com/neolynx/tvdaemon.git
cd tvdaemon
Build tvdaemon
===============
./build.sh
Start tvdaemon locally
=======================
src/tvdaemon -d -r html
Configure tvdaemon
===================
Point your browser to http://loalhost:7777/ (or where your tvdaemon is reachable).
You should see your DVB adapter(s) in the Setup page.
To configure a DVB source:
- click on the 'Undefined' right of the antenna icon
- select 'Create Source'
- specify the Name, i.e. hometown
- select a configuration to initially create the transponders
(if the list is empty, install dvb-apps)
- tvdaemon should not scan the transponders and add services to the Services tab
- click on the services to add them to the Channels tab
- the Channels are then scanned for DVB EPG data
- in the EPG tab, click on an entry to schedule recording
Install tvdaemon
=================
cd v4l-utils/lib/libdvbv5
sudo make install
cd -
sudo make install
GDB
====
In order to launch the application with gdb without a make install,
use libtool from the root folder: libtool --mode=execute gdb src/tvdaemon
Valgrind
=========
libtool --mode=execute valgrind --leak-check=full --log-file=vg.out src/tvdaemon -d -r html