This commit is contained in:
2025-10-01 21:42:39 +08:00
parent 863c191521
commit befad83e13
5 changed files with 2 additions and 394 deletions

View File

@@ -91,7 +91,6 @@ 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);