forked from j62/ctbrec
Added comment for PP improvements
This commit is contained in:
parent
e1eeb830da
commit
11f0dfde00
|
@ -326,6 +326,7 @@ public class MergedHlsDownload extends AbstractHlsDownload {
|
||||||
MTSSink sink = ByteChannelSink.builder().setByteChannel(fileChannel).build();
|
MTSSink sink = ByteChannelSink.builder().setByteChannel(fileChannel).build();
|
||||||
streamer.switchSink(sink);
|
streamer.switchSink(sink);
|
||||||
splitRecStartTime = ZonedDateTime.now();
|
splitRecStartTime = ZonedDateTime.now();
|
||||||
|
// TODO pp
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
LOG.error("Error while splitting recording", e);
|
LOG.error("Error while splitting recording", e);
|
||||||
running = false;
|
running = false;
|
||||||
|
|
Loading…
Reference in New Issue