Segmenter: added noendlist url param to omit the ENDLIST tag
This commit is contained in:
parent
0ad88e80b3
commit
d2d4b0acbe
2 changed files with 12 additions and 2 deletions
|
@ -781,6 +781,12 @@ void Util::Config::addStandardPushCapabilities(JSON::Value &cap){
|
|||
pp["maxwaittrackms"]["unit"] = "ms";
|
||||
pp["maxwaittrackms"]["sort"] = "be";
|
||||
|
||||
pp["noendlist"]["name"] = "Don't end playlist";
|
||||
pp["noendlist"]["help"] = "If set, does not write #X-EXT-ENDLIST when finalizing the playlist on exit";
|
||||
pp["noendlist"]["type"] = "bool";
|
||||
pp["noendlist"]["format"] = "set_or_unset";
|
||||
pp["noendlist"]["sort"] = "bfa";
|
||||
|
||||
pp["append"]["name"] = "Append to file";
|
||||
pp["append"]["help"] = "If set to any value, will (if possible) append to an existing file, rather than overwriting it";
|
||||
pp["append"]["type"] = "bool";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue