yueshangfeng/huikan

请问回看功能做了么

Opened this issue · 2 comments

guoxj commented

请问回看功能做了么

点播本来就可以会看,我的项目里肯定做了,也优化了,这个demo提供的是一个合理的思路,简单改造即可。

请问 下载器里的东西
NSString *fileName = [NSString stringWithFormat:@"id%ld.ts", (long)weakSelf.index];
SegmentDownloader *sgDownloader = [[SegmentDownloader alloc] initWithUrl:[@"www.baidu.com/" stringByAppendingString:obj.locationUrl] andFilePath:weakSelf.playList.uuid andFileName:fileName withDuration:obj.duration withIndex:weakSelf.index];
sgDownloader.delegate = weakSelf;
[weakSelf.downLoadArray addObject:sgDownloader];
[weakSelf.downloadUrlArray addObject:obj.locationUrl];
我随便填写baidu.com都可以 这个地址应该填写什么