Fixes to playlist support

This commit is contained in:
Thulinma 2019-06-01 19:01:17 +02:00
parent 907be3b1f4
commit ead45b4fb8
10 changed files with 201 additions and 103 deletions

View file

@ -960,6 +960,8 @@ namespace Mist {
}
lastUpdated[tNum] = Util::bootSecs();
while (tmpPack) {
//Make sure the first item on a page is always marked as key frame
myMeta.nextIsKey = !pageData.curOffset;
//Update the metadata with this packet
myMeta.update(tmpPack, segmentSize);/*LTS*/
//Set the first time when appropriate