rygel
Most of the options may be overriden by commandline arguments or envronment variables. See rygel(1) for details on those.
Lists in the configuration files are separated by a semicolon (;). Boolean values may be either true or false.
interface=INTERFACE
port=PORT
enable-transcoding
enable-mp3-transcoder
enable-mp2ts-transcoder
enable-lpcm-transcoder
enable-wmv-transcoder
log-level=LEVEL
plugin-path=PATH
Plugin-specific sections are denoted with [PluginName] and can contain plugin-specific options as well as common options:
title=TITLE
enabled
The tracker plugin uses the centralized database of meta information from the tracker project. See m[blue]http://www.tracker-project.orgm[] for more information about tracker.
share-pictures
share-videos
share-music
MediaExport is an alternative to the Tracker-backed media export. MediaExport extracts meta-data by itself and stores it in the SQLite database in $XDG_CACHE_DIR/rygel/media-export.db on UNIX platforms.
There are several options supported by this plugin:
uris
include-filter
extract-metadata
The Playbin plugin implements a media renderer (Digtal Media Renderer, DMR in DLNA terms). This plugin was known as GstRenderer. It has no special options
The ZDF Mediathek m[blue]http://www.zdf.de/ZDFmediathekm[] is an online archive of broadcasts from the second german television. This plugin can be used to subscribes to the RSS feeds of this service and expose the broadcasts via UPnP.
rss
The GstLaunch plugin allows to expose GStreamer pipelines using the same syntax as the gst-launch utilty. You can configure several items in this plugins.
launch-items
identifier-title
identifier-mime
identifier-launch
An example configuration is available in the distributed configuration file /etc/rygel.conf.
The External plugin is an consumer of the MediaServer2 DBus interface specification as defined at m[blue]http://live.gnome.org/Rygel/MediaServer2Specm[]. This allows external programs to share their data via UPnP by implementing this DBus specification. The plugin picks up any implementation of this interface on the session bus and exposes the presented media via UPnP. Known implementors of this spec are gnome-dvb-daemon (m[blue]http://live.gnome.org/DVBDaemonm[]) and Grilo (m[blue]http://live.gnome.org/Grilom[]) via the grilo-rygel project.
This plugin has no additional options.
rygel(1), README.Mediathek, gst-launch1()
Jens Georg <mail@jensge.org>