forked from j62/ctbrec
1
0
Fork 0

Added comment for PP improvements

This commit is contained in:
0xboobface 2019-02-19 18:53:33 +01:00
parent e1eeb830da
commit 11f0dfde00
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ public class MergedHlsDownload extends AbstractHlsDownload {
MTSSink sink = ByteChannelSink.builder().setByteChannel(fileChannel).build();
streamer.switchSink(sink);
splitRecStartTime = ZonedDateTime.now();
// TODO pp
} catch (IOException e) {
LOG.error("Error while splitting recording", e);
running = false;