下载索引文件
1 | public String getIndexFile() throws Exception{ |
解析索引文件
1 | public List analysisIndex(String content) throws Exception{ |
下载视频片段
同步下载
1 | public HashMap downLoadIndexFile(List<String> urlList){ |
多线程下载
1 | public void downLoadIndexFileAsync(List<String> urlList, HashMap<Integer,String> keyFileMap) throws Exception{ |
视频片段合成
1 | public String composeFile(HashMap<Integer,String> keyFileMap) throws Exception{ |