Use segmentDownloadService to download segments in MergedFfmpegHlsDownload
This commit is contained in:
parent
cfe8922b81
commit
1c8d338e1b
|
@ -142,7 +142,7 @@ public class MergedFfmpegHlsDownload extends AbstractHlsDownload {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void execute(SegmentDownload segmentDownload) {
|
protected void execute(SegmentDownload segmentDownload) {
|
||||||
queue.add(downloadExecutor.submit(segmentDownload));
|
queue.add(segmentDownloadService.submit(segmentDownload));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue