From 058242842fe6ce2952916f2b56f9207cc38f5bdd Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 26 Oct 2017 13:03:18 +0200 Subject: [PATCH] Fixed TS VoD, more or less (Erik will follow up with proper fix) --- lib/ts_stream.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ts_stream.cpp b/lib/ts_stream.cpp index b1d1d80a..7d2253e9 100644 --- a/lib/ts_stream.cpp +++ b/lib/ts_stream.cpp @@ -89,6 +89,8 @@ namespace TS{ outPackets.clear(); buildPacket.clear(); seenUnitStart.clear(); + lastms.clear(); + rolloverCount.clear(); } void Stream::clear(){