-
Notifications
You must be signed in to change notification settings - Fork 460
/
snapclient.1
79 lines (79 loc) · 2.25 KB
/
snapclient.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.\"groff -Tascii -man snapclient.1
.TH SNAPCLIENT 1 "June 2020"
.SH NAME
snapclient - Snapcast client
.SH SYNOPSIS
\fBsnapclient\fR [\fIOPTION\fR]...
.SH DESCRIPTION
Snapcast is a multiroom client-server audio player, where all clients are
time synchronized with the server to play perfectly synced audio. It's not a
standalone player, but an extension that turns your existing audio player into
a Sonos-like multiroom solution.
.br
The server's audio input is a named pipe `/tmp/snapfifo`. All data that is fed
into this file will be send to the connected clients. One of the most generic
ways to use Snapcast is in conjunction with the music player daemon or Mopidy,
which can be configured to use a named pipe as audio output.
.SS Allowed options:
.TP
\fB--help\fR
produce help message
.TP
\fB-v, --version\fR
show version number
.TP
\fB-h, --host arg\fR
server hostname or ip address
.TP
\fB-p, --port arg (=1704)\fR
server port
.TP
\fB-i, --instance arg (=1)\fR
instance id when running multiple instances on the same host
.TP
\fB--hostID arg\fR
unique host id, default is MAC address
.TP
\fB-l, --list\fR
list PCM devices
.TP
\fB-s, --soundcard arg (=default)\fR
index or name of the pcm device
.TP
\fB--latency arg (=0)\fR
latency of the PCM device
.TP
\fB--sampleformat arg\fR
resample audio stream to <rate>:<bits>:<channels>
.TP
\fB--player arg (=alsa)\fR
alsa|file[:<options>|?]
.TP
\fB--mixer arg (=software)\fR
software|hardware|script|none|?[:<options>]
.TP
\fB-e, --mstderr\fR
send metadata to stderr
.TP
\fB-d, --daemon [=arg(=-3)]\fR
daemonize, optional process priority [-20..19]
.TP
\fB--user arg\fR
the user[:group] to run snapclient as when daemonized
.TP
\fB--logsink arg\fR
log sink [null,system,stdout,stderr,file:<filename>]
.TP
\fB--logfilter arg (=*:info)\fR
log filter <tag>:<level>[,<tag>:<level>]* with tag = * or <log tag> and level = [trace,debug,info,notice,warning,error,fatal]
.SH FILES
.TP
\fI/etc/default/snapclient\fR
the daemon default configuration file
.SH "COPYRIGHT"
Copyright (C) 2014-2024 Johannes Pohl ([email protected]).
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
snapserver(1)