mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-04 03:41:43 +02:00
controlscript must be located in plugin_dir
This commit is contained in:
parent
be266c07ce
commit
8e9806f35c
13 changed files with 137 additions and 46 deletions
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2024 Johannes Pohl
|
||||
Copyright (C) 2014-2025 Johannes Pohl
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -92,6 +92,7 @@ struct ServerSettings
|
|||
struct Stream
|
||||
{
|
||||
size_t port{1704};
|
||||
std::filesystem::path plugin_dir{"/usr/share/snapserver/plug-ins"};
|
||||
std::vector<std::string> sources;
|
||||
std::string codec{"flac"};
|
||||
int32_t bufferMs{1000};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue