新增模型

This commit is contained in:
2025-09-26 17:18:13 +08:00
parent 77f18452c1
commit 456c7f4a01
17 changed files with 19172 additions and 282 deletions

View File

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