Various and sundry fixes.
This commit is contained in:
parent
d66b407955
commit
7f1c2f28aa
10 changed files with 11 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue