Removed non-existant HTML5 Smooth Streaming identifier
This commit is contained in:
parent
c9f0c9af8f
commit
9947f3a5ec
1 changed files with 2 additions and 5 deletions
|
@ -55,11 +55,8 @@ namespace Mist {
|
|||
capa["codecs"][0u][0u].append("H264");
|
||||
capa["codecs"][0u][1u].append("AAC");
|
||||
capa["methods"][0u]["handler"] = "http";
|
||||
capa["methods"][0u]["type"] = "html5/application/vnd.ms-ss";
|
||||
capa["methods"][0u]["priority"] = 9ll;
|
||||
capa["methods"][1u]["handler"] = "http";
|
||||
capa["methods"][1u]["type"] = "silverlight";
|
||||
capa["methods"][1u]["priority"] = 1ll;
|
||||
capa["methods"][0u]["type"] = "silverlight";
|
||||
capa["methods"][0u]["priority"] = 1ll;
|
||||
}
|
||||
|
||||
void OutHSS::sendNext() {
|
||||
|
|
Loading…
Add table
Reference in a new issue