mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-24 11:57:37 +02:00
configurable control port (avahi: _snapcast-jsonrpc._tcp)
This commit is contained in:
parent
0893f40fd1
commit
041f9b9fed
3 changed files with 5 additions and 1 deletions
|
@ -45,6 +45,7 @@ struct StreamServerSettings
|
|||
{
|
||||
StreamServerSettings() :
|
||||
port(1704),
|
||||
controlPort(1705),
|
||||
fifoName("/tmp/snapfifo"),
|
||||
codec("flac"),
|
||||
bufferMs(1000),
|
||||
|
@ -53,6 +54,7 @@ struct StreamServerSettings
|
|||
{
|
||||
}
|
||||
size_t port;
|
||||
size_t controlPort;
|
||||
std::string fifoName;
|
||||
std::string codec;
|
||||
int32_t bufferMs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue