File: INSTALL

package info (click to toggle)
vdr-plugin-markad 4.2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,084 kB
  • sloc: cpp: 22,441; python: 613; makefile: 270; sh: 95
file content (50 lines) | stat: -rw-r--r-- 1,688 bytes parent folder | download | duplicates (2)
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
Basic Installation
==================

Prerequisite:
- build-essential
- pkgconf or pkg-config
- gcc             >= 4.8.4)
- git
- vdr-dev         >= 2.2
- libavcodec-dev  >= 58.134.100 (FFmpeg 4.4.2)
- libavformat-dev
- libavfilter-dev
- libswresample-dev
e.g. for Ubuntu: sudo apt-get install build-essential git vdr-dev libavcodec-dev libavformat-dev libavfilter-dev libswresample-dev


The simplest way to compile this package is:

  1. Type `make' to compile the package.

  2. Type `make install' to install the programs and any data files and
     documentation.

  3. You can remove the program binaries and object files from the
     source code directory by typing 'make clean'.

  4. If you're running VDR >= 1.7.15, please check if you have an
     entry in /etc/services:
     svdrp	6419/tcp	# svdrp (vdr)

---------------------------------------------------------------------------------------------------
complete build commands for Debian / Ubuntu

sudo bash
apt-get install build-essential git pkgconf vdr-dev libavcodec-dev libavformat-dev libavfilter-dev libswresample-dev
cd /usr/src
git clone https://github.com/kfb77/vdr-plugin-markad
cd vdr-plugin-markad
make all
service vdr stop
make install
service vdr start
---------------------------------------------------------------------------------------------------

See README for recommended plugin default settings.
If you have any problems post here: https://www.vdr-portal.de

To report bugs please execute markad with the following command line parameters:
markad --loglevel=3 --log2rec nice <path to recording>
Post the files markad.log, marks and info from the recording directory at https://www.vdr-portal.de.