yunzhongguyan
Results
2
comments of
yunzhongguyan
我试了你的demo,你使用的webp动图达到120帧,一般项目使用的50帧左右。我用sdwebimage按照你demo使用的方法加载,内存暴涨到500M。再不使用太大动图的情况下,yyimage是很有优势的。
需要修改两个点 1.CLUPnPAction里面修改 - (instancetype)initWithAction:(NSString *)action{ self = [super init]; if (self) { _action = action; _serviceType = CLUPnPServiceAVTransport; NSString *name = [NSString stringWithFormat:@"u:%@", _action]; self.XMLElement = [MGDataXMLElement elementWithName:name]; [self.XMLElement addChild:[MGDataXMLElement...