Added debug level options.

This commit is contained in:
Thulinma 2014-05-29 13:26:16 +02:00
parent 407d2e344d
commit 3810330343
19 changed files with 66 additions and 60 deletions

View file

@ -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";