|
|
@@ -32,16 +32,16 @@ import java.util.concurrent.CountDownLatch;
|
|
|
@Slf4j
|
|
|
public class M3u8UploadServiceImpl implements M3u8UploadService {
|
|
|
|
|
|
- @Resource
|
|
|
+ //@Resource
|
|
|
private FilePath filePath;
|
|
|
|
|
|
- @Autowired
|
|
|
+ //@Autowired
|
|
|
private MinioUtil minioUtil;
|
|
|
|
|
|
@Resource(name = "minIOUploadTreadPool")
|
|
|
private ThreadPoolTaskExecutor poolTaskExecutor;
|
|
|
|
|
|
- @Resource
|
|
|
+ //@Resource
|
|
|
private M3u8Component m3U8ComponentTemplate;
|
|
|
|
|
|
@Override
|