Buffer RTSP performance

This commit is contained in:
marmei
2019-10-04 19:39:20 +02:00
parent 7c87d1d5bd
commit 20e5e1b545
8 changed files with 148 additions and 131 deletions

View File

@@ -147,7 +147,7 @@ class Content {
var cell:Cell = new Cell()
cell.child = true
cell.childType = "P"
if (SERVER["settings"]["buffer"] == true) {
if (SERVER["settings"]["buffer"] != "-") {
cell.value = data[key]["tuner"]
} else {
cell.value = "-"