Fixed live support

This commit is contained in:
Thulinma 2014-05-13 12:00:42 +02:00
parent d459a99317
commit 6f5f3b37c2
3 changed files with 8 additions and 10 deletions

View file

@ -50,6 +50,8 @@ namespace Mist {
}
}
myMeta.bufferWindow = lastms - firstms;
myMeta.vod = false;
myMeta.live = true;
myMeta.writeTo(metaPage.mapped);
}