Removed browser MP3 support from DASH output - only works in dedicated players
This commit is contained in:
parent
c5cb12b843
commit
c657e5740c
1 changed files with 4 additions and 1 deletions
|
@ -500,6 +500,9 @@ namespace Mist{
|
||||||
|
|
||||||
capa["methods"][0u]["handler"] = "http";
|
capa["methods"][0u]["handler"] = "http";
|
||||||
capa["methods"][0u]["type"] = "dash/video/mp4";
|
capa["methods"][0u]["type"] = "dash/video/mp4";
|
||||||
|
|
||||||
|
//MP3 does not work in browsers
|
||||||
|
capa["exceptions"]["codec:MP3"] = JSON::fromString("[[\"blacklist\",[\"Mozilla/\"]]]");
|
||||||
capa["methods"][0u]["priority"] = 8ll;
|
capa["methods"][0u]["priority"] = 8ll;
|
||||||
|
|
||||||
cfg->addOption("nonchunked", JSON::fromString("{\"short\":\"C\",\"long\":\"nonchunked\",\"help\":\"Do not send chunked, but buffer whole segments.\"}"));
|
cfg->addOption("nonchunked", JSON::fromString("{\"short\":\"C\",\"long\":\"nonchunked\",\"help\":\"Do not send chunked, but buffer whole segments.\"}"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue