1DLEYNA-RENDERER-SE(5)      Linux Programmers Manual      DLEYNA-RENDERER-SE(5)
2
3
4

NAME

6       dleyna-renderer-service.conf - Configuration file for dleyna-renderer
7

SYNOPSIS

9       /etc/dleyna-renderer-service.conf
10

DESCRIPTION

12       The dleyna-renderer-service program provides the
13       com.intel.dleyna-renderer name on the session message bus. It is a
14       service for discovering and manipulating DLNA Digital Media Renderers
15       (or DMRs).
16
17       Users or administrators should never need to start this daemon as it
18       will be automatically started by dbus-daemon(1) whenever a process
19       sends a D-Bus message to the com.intel.dleyna-renderer name on the
20       session bus.
21
22       This file can be used to configure the behaviour of the
23       dleyna-renderer-service program.
24

FILE FORMAT

26       The configuration file format is the so-called key file (sort of
27       ini-style) format. It consists of sections (or groups) of key-value
28       Lines beginning with a '#' and blank lines are considered comments.
29       Sections are started by a header line containing the section enclosed
30       in '[' and ']', and ended implicitly by the start of the next section
31       or the end of the file. Each key-value pair must be contained in a
32       section.
33

GENERAL SECTION

35       connector-name=dbus
36           The name of the inter-process communication method to be used. The
37           only supported value is dbus.
38
39       never-quit=false|true
40           Whether the process should stay alive forever or quit when the last
41           client disconnects. The default value is false.
42
43       port
44           Source port for Simple Service Discovery Protocol (or SSDP)
45           messages. The default value is 0 which means that a random
46           available port will be used.
47
48       push-host-port
49           Port for push host file server. The default value is 0 which means
50           that a random available port will be used.
51

LOG SECTION

53       log-type=0|1|2
54           The logging method to be used. Three technologies are supported. 0
55           for syslog, 1 for GLib, and 2 for file. The default value is 0.
56
57       log-level=0|1|2|...|8
58           Comma-separated list of logging levels. The levels are 1 for
59           critical, 2 for error, 3 for warning, 4 for message, 5 for info and
60           6 for debug. 0 excludes all levels, 7 is a combination of critical,
61           error and info, and 8 includes all levels.
62
63           The default value is 7.
64

NETF SECTION

66       netf-enabled=false|true
67           Whether network filtering should be enabled or not. The default
68           values is false.
69
70       netf-list
71           Comma-separated list of interface names, service set identifiers
72           (or SSIDs), and Internet Protocol (or IP) addresses. If network
73           filtering is requested but the list is empty, then filtering
74           remains disabled.
75
76           The list is empty by default.
77

BUGS

79       Please send bug reports to either the distribution bug tracker or the
80       upstream bug tracker at
81       https://github.com/intel/dleyna-renderer/issues.
82

SEE ALSO

84       dbus-daemon(1)
85
86
87
88dLeyna                             June 2020             DLEYNA-RENDERER-SE(5)
Impressum