From 351066e8699f3075069bb272bf629722261ed78a Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Sat, 22 Feb 2020 14:35:04 +0100 Subject: [PATCH] Add comment --- .../java/ctbrec/recorder/download/hls/FFmpegDownload.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/src/main/java/ctbrec/recorder/download/hls/FFmpegDownload.java b/common/src/main/java/ctbrec/recorder/download/hls/FFmpegDownload.java index d736a258..4100a3a5 100644 --- a/common/src/main/java/ctbrec/recorder/download/hls/FFmpegDownload.java +++ b/common/src/main/java/ctbrec/recorder/download/hls/FFmpegDownload.java @@ -28,6 +28,10 @@ import ctbrec.io.HttpClient; import ctbrec.io.StreamRedirectThread; import ctbrec.recorder.download.ProcessExitedUncleanException; +/** + * Does the whole HLS download with FFmpeg. Not used at the moment, because FFMpeg can't + * handle the HLS encryption of Flirt4Free correctly + */ public class FFmpegDownload extends AbstractHlsDownload { private static final transient Logger LOG = LoggerFactory.getLogger(FFmpegDownload.class);