1RYGEL(1) Rygel User Manual RYGEL(1)
2
3
4
6 rygel - a collection of DLNA/UPnP AV services
7
9 rygel [options]
10
12 rygel is a collection of DLNA (UPnP AV) services (devices in UPnP
13 speak), implemented through a plug-in mechanism. UPnP in simplest words
14 is a set of protocols that defines how different devices on a home
15 network can seamlessly (without or with minimum configuration)
16 communicate with each other. UPnP AV defines how multimedia systems
17 could be built on top of that. DLNA in simple words is a long list of
18 rules that implementers must comply to if they want to achieve
19 interoperability with other implementations in the market.
20
22 The program follows the usual GNU command line syntax, with long
23 options starting with two dashes (`-'). A summary of options is
24 included below.
25
26 -n, --network-interface=INTERFACE
27 Set the network-interface rygel listens on
28
29 -h, --help
30 Show summary of options.
31
32 --help-all
33 Show all help options
34
35 --help-gst
36 Show GStreamer related help options
37
38 --version
39 Show version of program.
40
41 -p, --port=PORT
42 Set the listen-port
43
44 -t, --disable-transcoding
45 Disable any transcoding
46
47 -m, --disable-mp3-transcoder
48 Disable transcoding to MP3
49
50 -s, --disable-mp2ts-transcoder
51 Disable transcoding to MPEG2 in TS container
52
53 -l, --disable-lpcm-transcoder
54 Disable transcoding to Linear PCM
55
56 --disable-wmv-transcoder
57 Disable transcoding to WMV
58
59 -g, --log-level=LEVEL
60 Set the log level. 1=critical, 2=error, 3=warning, 4=message/info,
61 5=debug
62
63 -u, --plugin-path=PATH
64 Set the plugin search path
65
66 -d, --disable-plugin=PLUGIN_NAME
67 Disable a plugin
68
70 /etc/rygel.conf
71 The system-wide configuration file to control the behaviour of
72 rygel. See rygel.conf(5) for further details.
73
74 ${XDG_CONFIG_DIR}/rygel.conf
75 The per-user configuration file to control the behaviour of rygel.
76 See rygel.conf(5) for further details.
77
78 ${XDG_CONFIG_DIR}/Rygel/*.xml
79 Cached UPnP device description files
80
82 RYGEL_IFACE
83 Set the network interface to bind to.
84
85 RYGEL_PORT
86 Define the network port to bind to
87
88 RYGEL_TRANSCODING
89 Enable or disable transcoding globally
90
91 RYGEL_MP3_TRANS
92 Enable or disable the MP3 transcoder
93
94 RYGEL_LPCM_TRANS
95 Enable or disable the Linear PCM transcoder
96
97 RYGEL_MP2TS_TRANS
98 Enable or disable the MPEG2 in TS transcoder
99
100 RYGEL_WMV_TRANS
101 Enable or disable transcoding to WMV format
102
103 RYGEL_LOG
104 Set the log level of rygel
105
106 RYGEL_PLUGIN_PATH
107 Set the plugin search path of rygel
108
109 Also for every plugin you can set the following environment variables:
110
111 RYGEL_PLUGIN_NAME_TITLE
112 Set the title of the plugin
113
114 RYGEL_PLUGIN_NAME_ENABLED
115 Enable or disable the plugin
116
118 The BTS can be found at
119 https://bugzilla.gnome.org/buglist.cgi?product=rygel.
120
122 rygel.conf(5)
123
125 Jens Georg <mail@jensge.org>
126 Wrote this manpage.
127
128
129
130rygel 11/15/2010 RYGEL(1)