|
|
@@ -55,8 +55,7 @@ public class VideoNotifyServiceImpl implements VideoNotifyService {
|
|
|
if (param.getPlayerInfoId() != null) {
|
|
|
PlayerInfo playerInfo = playerInfoService.getPlayerInfoById(param.getPlayerInfoId().toString());
|
|
|
playerInfo.setVideo(param.getPath());
|
|
|
- playerInfo.setStatusFlag(5);
|
|
|
- playerInfoService.updatePlayerInfo(playerInfo);
|
|
|
+ videoRecognitionService.start(playerInfo);
|
|
|
}
|
|
|
}
|
|
|
|