Fixes to playlist support
This commit is contained in:
parent
907be3b1f4
commit
ead45b4fb8
10 changed files with 201 additions and 103 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue