mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-20 09:57:37 +02:00
basic telnet like control server
This commit is contained in:
parent
635daabd8c
commit
504884feb9
14 changed files with 7887 additions and 119 deletions
|
@ -77,7 +77,7 @@ int main (int argc, char *argv[])
|
|||
("version,v", "show version number")
|
||||
("list,l", po::bool_switch(&listPcmDevices)->default_value(false), "list pcm devices")
|
||||
("ip,i", po::value<string>(&ip), "server IP")
|
||||
("port,p", po::value<size_t>(&port)->default_value(98765), "server port")
|
||||
("port,p", po::value<size_t>(&port)->default_value(1704), "server port")
|
||||
("soundcard,s", po::value<string>(&soundcard)->default_value("default"), "index or name of the soundcard")
|
||||
("daemon,d", po::value<int>(&runAsDaemon)->implicit_value(-3), "daemonize, optional process priority [-20..19]")
|
||||
("latency", po::value<size_t>(&latency)->default_value(0), "latency of the soundcard")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue