added fallbackstream to tsudp input
This commit is contained in:
parent
6733bf2a20
commit
c542155e10
1 changed files with 5 additions and 0 deletions
|
@ -227,6 +227,11 @@ namespace Mist{
|
||||||
capa["optional"]["segmentsize"]["type"] = "uint";
|
capa["optional"]["segmentsize"]["type"] = "uint";
|
||||||
capa["optional"]["segmentsize"]["default"] = 1900;
|
capa["optional"]["segmentsize"]["default"] = 1900;
|
||||||
|
|
||||||
|
capa["optional"]["fallback_stream"]["name"] = "Fallback stream";
|
||||||
|
capa["optional"]["fallback_stream"]["help"] =
|
||||||
|
"Alternative stream to load for playback when there is no active broadcast";
|
||||||
|
capa["optional"]["fallback_stream"]["type"] = "str";
|
||||||
|
capa["optional"]["fallback_stream"]["default"] = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
inputTS::~inputTS(){
|
inputTS::~inputTS(){
|
||||||
|
|
Loading…
Add table
Reference in a new issue