Add experimental TCP and UDP streams

This commit is contained in:
badaix 2019-11-24 18:24:39 +01:00
parent 6e138ff49f
commit 646c7593c1
9 changed files with 365 additions and 7 deletions

View file

@ -170,9 +170,7 @@ json PcmStream::toJson() const
state = "disabled";
json j = {
{"uri", uri_.toJson()},
{"id", getId()},
{"status", state},
{"uri", uri_.toJson()}, {"id", getId()}, {"status", state},
};
if (meta_)