Provided by:
rygel_0.8.0-1_i386 
NAME
rygel - a collection of DLNA/UPnP AV services
SYNOPSIS
rygel [options]
DESCRIPTION
rygel is a collection of DLNA (UPnP AV) services (devices in UPnP
speak), implemented through a plug-in mechanism. UPnP in simplest words
is a set of protocols that defines how different devices on a home
network can seamlessly (without or with minimum configuration)
communicate with each other. UPnP AV defines how multimedia systems
could be built on top of that. DLNA in simple words is a long list of
rules that implementers must comply to if they want to achieve
interoperability with other implementations in the market.
OPTIONS
The program follows the usual GNU command line syntax, with long
options starting with two dashes (`-'). A summary of options is
included below.
-n, --network-interface=INTERFACE
Set the network-interface rygel listens on
-h, --help
Show summary of options.
--help-all
Show all help options
--help-gst
Show GStreamer related help options
--version
Show version of program.
-p, --port=PORT
Set the listen-port
-t, --disable-transcoding
Disable any transcoding
-m, --disable-mp3-transcoder
Disable transcoding to MP3
-s, --disable-mp2ts-transcoder
Disable transcoding to MPEG2 in TS container
-l, --disable-lpcm-transcoder
Disable transcoding to Linear PCM
--disable-wmv-transcoder
Disable transcoding to WMV
-g, --log-level=LEVEL
Set the log level. 1=critical, 2=error, 3=warning, 4=message/info,
5=debug
-u, --plugin-path=PATH
Set the plugin search path
-d, --disable-plugin=PLUGIN_NAME
Disable a plugin
FILES
/etc/rygel.conf
The system-wide configuration file to control the behaviour of
rygel. See rygel.conf(5) for further details.
${XDG_CONFIG_DIR}/rygel.conf
The per-user configuration file to control the behaviour of rygel.
See rygel.conf(5) for further details.
${XDG_CONFIG_DIR}/Rygel/*.xml
Cached UPnP device description files
ENVIONMENT
RYGEL_IFACE
Set the network interface to bind to.
RYGEL_PORT
Define the network port to bind to
RYGEL_TRANSCODING
Enable or disable transcoding globally
RYGEL_MP3_TRANS
Enable or disable the MP3 transcoder
RYGEL_LPCM_TRANS
Enable or disable the Linear PCM transcoder
RYGEL_MP2TS_TRANS
Enable or disable the MPEG2 in TS transcoder
RYGEL_WMV_TRANS
Enable or disable transcoding to WMV format
RYGEL_LOG
Set the log level of rygel
RYGEL_PLUGIN_PATH
Set the plugin search path of rygel
Also for every plugin you can set the following environment variables:
RYGEL_PLUGIN_NAME_TITLE
Set the title of the plugin
RYGEL_PLUGIN_NAME_ENABLED
Enable or disable the plugin
BUGS
The BTS can be found at
https://bugzilla.gnome.org/buglist.cgi?product=rygel.
SEE ALSO
rygel.conf(5)
AUTHOR
Jens Georg <mail@jensge.org>
Wrote this manpage.