mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-13 08:11:44 +02:00
Add client support for websockets
This commit is contained in:
parent
9fbf273caa
commit
6c02252d84
13 changed files with 393 additions and 118 deletions
|
@ -24,12 +24,12 @@
|
|||
#include "common/json.hpp"
|
||||
#include "common/message/codec_header.hpp"
|
||||
#include "common/sample_format.hpp"
|
||||
#include "common/stream_uri.hpp"
|
||||
#include "encoder/encoder.hpp"
|
||||
#include "jsonrpcpp.hpp"
|
||||
#include "properties.hpp"
|
||||
#include "server_settings.hpp"
|
||||
#include "stream_control.hpp"
|
||||
#include "stream_uri.hpp"
|
||||
|
||||
// 3rd party headers
|
||||
#include <boost/asio/io_context.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue