GMEDIARENDER(1) | General Commands Manual | GMEDIARENDER(1) |
gmediarender - UPNP-AV renderer daemon
gmediarender [options] files...
This manual page documents briefly the gmediarender command.
gmediarender is a daemon which acts as a UPNP-AV renderer on the local network. It can be controlled from a UPNP-AV control point to play media files from a UPNP-AV media server through an audio device on the local system.
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.
Usually, it is desirable for the renderer to show up on controllers under a recognisable and unique name. This is the option to set that name.
libupnp does not use SO_REUSEADDR, so it might be necessary to increment this number.
This sets the UPNP UUID that is advertised and used by controllers to distinguish different renderers. Usually, gmediarender uses a built-in static id. If there are multiple renderers running on the local network, they will all share the same static ID. With this option, each renderer can be given its own id. One way to generate a UUID is to create a UUID once by running the uuidgen tool.
Normally, gmediarender advertises all MIME types (media formats) supported by the output. Use this option to limit the advertised media support or add/remove support for a specific type.
Filters take 3 forms. Multiple filters are separated by a comma.
• Prefix filters will only advertise MIME types that match the supplied prefix. e.g. audio, video, image.
• Inclusion filters will add the supplied type to the supported list. e.g. +audio/x-flac
• Removal filters will remove the supplied type from the supported list. e.g. -audio/x-flac
e.g. To allow only audio, without FLAC but include FLV. --mime-filter audio,-audio/x-flac,+video/x-flv
The --gstout-audio... options allow the user to configure where the sound output from gmediarender is sent. The correct values will depend on which method of audio output (e.g. ALSA) is being used.
Values range from 0 (maximum volume) to -60 (minimum volume. The decibel scale is non-linear: -20db represents roughly half volume. The default value is 0.
Note that this does not influence the hardware (e.g. ALSA) volume level, but only internal attenuation. It is advisable to set the hardware level to 100 where possible.
Use --output to obtain a list of valid modules.
To log to the terminal use use --logfile devstdout This file can get quite large over time, so it is only recommended to use this option for debugging purposes.
February 4, 2014 |