Added HTTP Live to capabilities.

This commit is contained in:
Thulinma 2013-01-08 18:00:58 +01:00
parent bfa965376a
commit 17d29497ed

View file

@ -207,6 +207,12 @@ namespace Controller {
capa["connectors"]["HTTPSmooth"]["optional"]["username"]["help"] =
"Username to drop privileges to - default if unprovided means do not drop privileges";
capa["connectors"]["HTTPSmooth"]["optional"]["username"]["type"] = "str";
capa["connectors"]["HTTPLive"]["desc"] = "Enables HTTP protocol Apple-style live streaming.";
capa["connectors"]["HTTPLive"]["deps"] = "HTTP";
capa["connectors"]["HTTPLive"]["optional"]["username"]["name"] = "Username";
capa["connectors"]["HTTPLive"]["optional"]["username"]["help"] =
"Username to drop privileges to - default if unprovided means do not drop privileges";
capa["connectors"]["HTTPLive"]["optional"]["username"]["type"] = "str";
}
}