Fixed resetting rollOver count on seek for VoD TS files.

This commit is contained in:
Erik Zandvliet 2017-10-26 14:32:16 +02:00 committed by Thulinma
parent 058242842f
commit e2e2193345
3 changed files with 7 additions and 1 deletions

View file

@ -358,6 +358,7 @@ namespace Mist {
break;
}
thisBPos = keyIt->getBpos();
tsStream.setLastms(*it, keyIt->getTime());
}
if (thisBPos < seekPos) {
seekPos = thisBPos;