mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-19 03:56:14 +02:00
bind stream server to configurable interface
This commit is contained in:
parent
9ced0aa438
commit
484cd5e672
6 changed files with 66 additions and 56 deletions
|
@ -48,6 +48,7 @@ struct ServerSettings
|
|||
std::string sampleFormat{"48000:16:2"};
|
||||
size_t streamReadMs{20};
|
||||
bool sendAudioToMutedClients{false};
|
||||
std::vector<std::string> bind_to_address{{"0.0.0.0"}};
|
||||
};
|
||||
|
||||
struct LoggingSettings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue