Added Util::packetSorter with async/sync modes, set DTSC outputs to use async mode
This commit is contained in:
parent
6042c1ea70
commit
dae32ede11
5 changed files with 278 additions and 135 deletions
|
@ -12,6 +12,7 @@
|
|||
namespace Mist{
|
||||
OutDTSC::OutDTSC(Socket::Connection &conn) : Output(conn){
|
||||
JSON::Value prep;
|
||||
setSyncMode(false);
|
||||
if (config->getString("target").size()){
|
||||
streamName = config->getString("streamname");
|
||||
pushUrl = HTTP::URL(config->getString("target"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue