Added debug level options.
This commit is contained in:
parent
407d2e344d
commit
3810330343
19 changed files with 66 additions and 60 deletions
|
|
@ -87,6 +87,7 @@ namespace Mist {
|
|||
}
|
||||
|
||||
void OutHLS::init(Util::Config * cfg){
|
||||
Output::init(cfg);
|
||||
capa["name"] = "HTTP_Live";
|
||||
capa["desc"] = "Enables HTTP protocol Apple-specific streaming (also known as HLS).";
|
||||
capa["deps"] = "HTTP";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue