|
|
@@ -194,6 +194,7 @@ public class VideoRecognitionServiceImpl implements VideoRecognitionService {
|
|
|
playerInfo.setImage(url);
|
|
|
playerInfo.setRanking(Integer.valueOf(rank.replace("第", "")));
|
|
|
playerInfo.setLiveTime(time);
|
|
|
+ playerInfo.setStatusFlag(AppConstant.PlayerStatus.PROCESSED);
|
|
|
break;
|
|
|
}
|
|
|
System.out.println(frameCount + " frame processed");
|