summaryrefslogtreecommitdiff
blob: 93efa9f0979655db8476c4b6040e458aa28be982 (plain)
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
# /etc/conf.d/vdr.ffnetdev

## listen on this port for OSD connect
#  available Parameter are portnumber
#  default port 20001
#
#VNC_PORT="20001"
#
## enable VNC
#  available Parameter yes | no
#
USE_VNC="no"


## port number for sending TS
#  available Parameter ar portnumber
#  default port 20002
#
#TS_PORT="20002"
#
## anable TS
#  availabel Parameter yes | no
#
USE_TS="no"

## enable remote control over OSD connection
#  available parameter yes | no
#  default no
#
REMOTE="no"

## Detail from README
#
# Option registers a new remote control object causing VDR to start the 
# learning procedure for this new remote control if you start
# VDR and the ffnetdev plugin for the first time. 
# If you want to control VDR over SVDRP you can simply leave it.