Set SRT input to live correctly
This commit is contained in:
parent
f6b0bff646
commit
e66d66e59d
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ namespace Mist{
|
||||||
inputTSSRT::inputTSSRT(Util::Config *cfg, Socket::SRTConnection s) : Input(cfg){
|
inputTSSRT::inputTSSRT(Util::Config *cfg, Socket::SRTConnection s) : Input(cfg){
|
||||||
rawIdx = INVALID_TRACK_ID;
|
rawIdx = INVALID_TRACK_ID;
|
||||||
lastRawPacket = 0;
|
lastRawPacket = 0;
|
||||||
|
assembler.setLive();
|
||||||
capa["name"] = "TSSRT";
|
capa["name"] = "TSSRT";
|
||||||
capa["desc"] = "This input allows for processing MPEG2-TS-based SRT streams. Use mode=listener "
|
capa["desc"] = "This input allows for processing MPEG2-TS-based SRT streams. Use mode=listener "
|
||||||
"for push input.";
|
"for push input.";
|
||||||
|
|
Loading…
Add table
Reference in a new issue