forked from j62/ctbrec
Add comment
This commit is contained in:
parent
bc929cc6e1
commit
351066e869
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue