.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. .TH PULSEAUDIO-DLNA "1" "janvier 2021" "pulseaudio-dlna 0.6.1" "User Commands" .SH NAME pulseaudio-dlna \- Stream audio to DLNA devices and Chromecasts .SH DESCRIPTION .SS "Usage:" .TP pulseaudio\-dlna [\-\-host ] [\-\-port ][\-\-encoder | \fB\-\-codec\fR ] [\-\-bit\-rate=] [\-\-encoder\-backend ] [\-\-filter\-device=] [\-\-renderer\-urls ] [\-\-request\-timeout ] [\-\-chunk\-size ] [\-\-msearch\-port=] [\-\-ssdp\-mx ] [\-\-ssdp\-ttl ] [\-\-ssdp\-amount ] [\-\-cover\-mode ] [\-\-auto\-reconnect] [\-\-debug] [\-\-fake\-http10\-content\-length] [\-\-fake\-http\-content\-length] [\-\-disable\-switchback] [\-\-disable\-ssdp\-listener] [\-\-disable\-device\-stop] [\-\-disable\-workarounds] [\-\-disable\-mimetype\-check] .TP pulseaudio\-dlna [\-\-host ] [\-\-create\-device\-config] [\-\-update\-device\-config] [\-\-msearch\-port=] [\-\-ssdp\-mx ] [\-\-ssdp\-ttl ] [\-\-ssdp\-amount ] .IP pulseaudio\-dlna [\-h | \fB\-\-help\fR | \fB\-\-version]\fR .SH OPTIONS .TP \fB\-\-create\-device\-config\fR Discovers all devices in your network and write a config for them. That config can be editied manually to adjust various settings. You can set: .TP \- Device name \- Codec order (The first one is used if the encoder binary is available on your system) \- Various codec settings such as the mime type, specific rules or .TP the bit rate (depends on the codec) A written config is loaded by default if the \fB\-\-encoder\fR and \fB\-\-bit\-rate\fR options are not used. .TP \fB\-\-update\-device\-config\fR Same as \fB\-\-create\-device\-config\fR but preserves your existing config from being overwritten .TP \fB\-\-host=\fR Set the server ip. .TP \fB\-p\fR \fB\-\-port=\fR Set the server port [default: 8080]. .TP \fB\-e\fR \fB\-\-encoder=\fR Deprecated alias for \fB\-\-codec\fR .TP \fB\-c\fR \fB\-\-codec=\fR Set the audio codec. Possible codecs are: .TP \- mp3 MPEG Audio Layer III (MP3) .TP \- ogg Ogg Vorbis (OGG) .TP \- flac Free Lossless Audio Codec (FLAC) .TP \- wav Waveform Audio File Format (WAV) .TP \- opus Opus Interactive Audio Codec (OPUS) .TP \- aac Advanced Audio Coding (AAC) .TP \- l16 Linear PCM (L16) .TP \fB\-\-encoder\-backend=\fR Set the backend for all encoders. Possible backends are: .TP \- generic (default) \- ffmpeg \- avconv .TP \fB\-b\fR \fB\-\-bit\-rate=\fR Set the audio encoder's bitrate. .TP \fB\-\-filter\-device=\fR Set a name filter for devices which should be added. Devices which get discovered, but won't match the filter text will be skipped. .TP \fB\-\-renderer\-urls=\fR Set the renderer urls yourself. no discovery will commence. .TP \fB\-\-request\-timeout=\fR Set the timeout for requests in seconds [default: 15]. .TP \fB\-\-chunk\-size=\fR Set the stream's chunk size [default: 4096]. .TP \fB\-\-ssdp\-ttl=\fR Set the SSDP socket's TTL [default: 10]. .TP \fB\-\-ssdp\-mx=\fR Set the MX value of the SSDP discovery message [default: 3]. .TP \fB\-\-ssdp\-amount=\fR Set the amount of SSDP discovery messages being sent [default: 5]. .TP \fB\-\-msearch\-port=\fR Set the source port of the MSEARCH socket [default: random]. .TP \fB\-\-cover\-mode=\fR Set the cover mode [default: default]. Possible modes are: .TP \- disabled No icon is shown .TP \- default The application icon is shown .TP \- distribution The icon of your distribution is shown .TP \- application The audio application's icon is shown .TP \fB\-\-debug\fR enables detailed debug messages. .TP \fB\-\-auto\-reconnect\fR If set, the application tries to reconnect devices in case the stream collapsed .TP \fB\-\-fake\-http\-content\-length\fR If set, the content\-length of HTTP requests will be set to 100 GB. .TP \fB\-\-disable\-switchback\fR If set, streams won't switched back to the default sink if a device disconnects. .TP \fB\-\-disable\-ssdp\-listener\fR If set, the application won't bind to the port 1900 and therefore the automatic discovery of new devices won't work. .TP \fB\-\-disable\-device\-stop\fR If set, the application won't send any stop commands to renderers at all .TP \fB\-\-disable\-workarounds\fR If set, the application won't apply any device workarounds .TP \fB\-\-disable\-mimetype\-check\fR If set, the application won't check the device's mime type capabilities .TP \fB\-v\fR \fB\-\-version\fR Show the version. .TP \fB\-h\fR \fB\-\-help\fR Show the help. .SH EXAMPLES .IP \- pulseaudio\-dlna .IP will start pulseaudio\-dlna on port 8080 and stream your PulseAudio streams encoded with mp3. .IP \- pulseaudio\-dlna \-\-encoder ogg .IP will start pulseaudio\-dlna on port 8080 and stream your PulseAudio streams encoded with Ogg Vorbis. .IP \- pulseaudio\-dlna \-\-port 10291 \-\-encoder flac .IP will start pulseaudio\-dlna on port 10291 and stream your PulseAudio streams encoded with FLAC. .IP \- pulseaudio\-dlna \-\-filter\-device 'Nexus 5,TV' .IP will just use devices named Nexus 5 or TV even when more devices got discovered. .IP \- pulseaudio\-dlna \-\-renderer\-urls http://192.168.1.7:7676/smp_10_ .IP won't discover upnp devices by itself. Instead it will search for upnp renderers at the specified locations. You can specify multiple locations via urls separated by comma (,). Most users won't ever need this option, but since UDP multicast packages won't work (most times) over VPN connections this is very useful if you ever plan to stream to a UPNP device over VPN. .SH "SEE ALSO" The full documentation for .B pulseaudio-dlna is maintained as a Texinfo manual. If the .B info and .B pulseaudio-dlna programs are properly installed at your site, the command .IP .B info pulseaudio-dlna .PP should give you access to the complete manual.