去除人脸识别内容

This commit is contained in:
2025-09-26 16:12:51 +08:00
parent 7f07552ecc
commit 77f18452c1
9 changed files with 50 additions and 349 deletions

View File

@@ -91,7 +91,7 @@ public class FlvHandler extends SimpleChannelInboundHandler<Object> {
}
CameraDto cameraDto = buildCamera(req.uri());
System.out.println(cameraDto);
if (StrUtil.isBlank(cameraDto.getUrl())) {
log.info("url有误");
sendError(ctx, HttpResponseStatus.BAD_REQUEST);
@@ -100,6 +100,7 @@ public class FlvHandler extends SimpleChannelInboundHandler<Object> {
if (!req.decoderResult().isSuccess() || (!"websocket".equals(req.headers().get("Upgrade")))) {
// http请求
System.out.println("q3gegyaisgd");
sendFlvReqHeader(ctx);
mediaService.playForHttp(cameraDto, ctx);