Various and sundry fixes.

This commit is contained in:
Thulinma 2014-06-20 19:07:13 +02:00
parent d66b407955
commit 7f1c2f28aa
10 changed files with 11 additions and 7 deletions

View file

@ -90,7 +90,7 @@ namespace Mist {
void OutHLS::init(Util::Config * cfg){
Output::init(cfg);
capa["name"] = "HTTP_Live";
capa["name"] = "HLS";
capa["desc"] = "Enables HTTP protocol Apple-specific streaming (also known as HLS).";
capa["deps"] = "HTTP";
capa["url_rel"] = "/hls/$/index.m3u8";