lunasaw / gb28181-proxy

gb28181-proxy 基于sip实现GB28181的通信框架,区分client和server。以便于快速构建发起SIP请求和处理响应。支持NAT穿透,支持海康、大华、宇视等品牌的IPC、NVR、DVR接入及联平台。项目不仅限于gb28181协议。也可以利用封装的SIP方法处理其他协议。
https://lunasaw.github.io/gb28181-proxy/
Apache License 2.0
70 stars 20 forks source link

1.1.2版本gb28181_test模块启动报错 #18

Closed wangran99 closed 10 months ago

wangran99 commented 10 months ago

. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _ | \ \ \ \ \/ _)| |)| | | | | || (| | ) ) ) ) ' |__| .|| ||| |\, | / / / / =========|_|==============|__/=//// :: Spring Boot :: (v2.7.10)

2023-11-29 15:17:41.221 INFO --- Gb28181ApplicationTest : Starting Gb28181ApplicationTest using Java 1.8.0_392 on DESKTOP-R0056RD with PID 22632 (D:\itarge\gb28181-proxy\gb28181-test\target\classes started by hp in D:\itarge\gb28181-proxy) 2023-11-29 15:17:41.222 INFO --- Gb28181ApplicationTest : No active profile set, falling back to 1 default profile: "default" 2023-11-29 15:20:42.543 ERROR --- SipProxyAutoConfig : afterPropertiesSet:: bean = ackResponseProcessor 2023-11-29 15:20:45.506 INFO --- Gb28181ApplicationTest : Started Gb28181ApplicationTest in 184.524 seconds (JVM running for 185.159) Disconnected from the target VM, address: '127.0.0.1:1137', transport: 'socket'

Process finished with exit code 0`

image

image

lunasaw commented 10 months ago

io.github.lunasaw.gbproxy.client.transmit.response.ack.AckResponseProcessor 这个字段没加,添加即可,可以提个PR image

lunasaw commented 10 months ago

19