Move properties and metatags into server dir

This commit is contained in:
badaix 2021-09-01 21:12:29 +02:00
parent 004ea21e3f
commit b348bb3379
11 changed files with 725 additions and 661 deletions

View file

@ -30,7 +30,6 @@
#include "common/error_code.hpp"
#include "common/json.hpp"
#include "common/properties.hpp"
#include "common/sample_format.hpp"
#include "encoder/encoder.hpp"
#include "jsonrpcpp.hpp"
@ -38,6 +37,7 @@
#include "server_settings.hpp"
#include "stream_control.hpp"
#include "stream_uri.hpp"
#include "properties.hpp"
namespace bp = boost::process;