Added Util::packetSorter with async/sync modes, set DTSC outputs to use async mode

This commit is contained in:
Thulinma 2021-07-04 22:14:40 +02:00
parent 6042c1ea70
commit dae32ede11
5 changed files with 278 additions and 135 deletions

View file

@ -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"));