Ogg support fixed and re-added. Squash of various commits made by Wouter Spruit.
This commit is contained in:
parent
142ef73f6c
commit
a47504b5cb
17 changed files with 944 additions and 456 deletions
|
@ -110,7 +110,7 @@ namespace Controller {
|
|||
data["online"] = 0;
|
||||
return;
|
||||
}else{
|
||||
if (!getMeta && data["meta"].packedSize() > 1*1024 * data["meta"]["tracks"].size()){
|
||||
if (!getMeta && data["meta"].packedSize() > 10*1024 * data["meta"]["tracks"].size()){
|
||||
DEBUG_MSG(DLVL_WARN, "Metadata for stream %s is quite big (%u b) - assuming corruption and forcing reload", name.c_str(), data["meta"].packedSize());
|
||||
getMeta = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue