diff --git a/src/input/input_tssrt.cpp b/src/input/input_tssrt.cpp index 19c40687..025feacb 100644 --- a/src/input/input_tssrt.cpp +++ b/src/input/input_tssrt.cpp @@ -51,6 +51,7 @@ namespace Mist{ inputTSSRT::inputTSSRT(Util::Config *cfg, Socket::SRTConnection s) : Input(cfg){ rawIdx = INVALID_TRACK_ID; lastRawPacket = 0; + assembler.setLive(); capa["name"] = "TSSRT"; capa["desc"] = "This input allows for processing MPEG2-TS-based SRT streams. Use mode=listener " "for push input.";