修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user