forked from j62/ctbrec
1
0
Fork 0

Add comment

This commit is contained in:
0xboobface 2020-02-22 14:35:04 +01:00
parent bc929cc6e1
commit 351066e869
1 changed files with 4 additions and 0 deletions

View File

@ -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);