Results 7 issues of machh

握手阶段就失败了, 正常来说握手报文,c0c1,应该是1537个字节,但media-server发送的报文只有二百多个字节,

推流1920*1080 的视频,推送给zlmediaserver 然后用vlc播放会出现花屏, 试了好几个高分辨率的视频文件,都是有花屏现象

My environment: OS: CentOS Linux release 7.9.2009 (AltArch) arch: aarch64 gcc : 4.8.5 Maven : 3.9.4 jdk : openjdk version "11.0.20" ------------------------------------------- my steps: ` cd javacpp-presets-1.5.3 ` ` mvn...

help wanted
question

My compilation environment: OS: CentOS Linux release 7.9.2009 (AltArch) arch: "aarch64", gcc : 4.8.5 Maven : 3.0.5 jdk : jdk-1.8-oracle-aarch64 ------------------------------------------- my steps is: ` cd javacpp-presets-1.5.3 ` `mvn install...

help wanted
question

When I was build the numpy module of the javacpp-presets on the aarch64 platform, after `mvn clean install` I encountered an error, -------------------------- WARNING: Target directory /root/.javacpp/cache/cpython-3.7.7-1.5.3-linux-arm64.jar/org/bytedeco/cpython/linux-arm64/lib/python3.7/__pycache__ already exists. Specify...

help wanted
question

jt808/include/jt808/client.h:513:12: fatal error: use of undeclared identifier 'socket' 请问, socket(0, 0, 0) 这个是怎么定义的?

centos-7.9 gcc-4.8.5 编译安装 openresty-1.21.4.2 `./configure --with-pcre-jit --with-ipv6 --prefix=$openresty_install_path -j$cpu_num --with-debug --with-http_v2_module --add-module=./bundle/nginx_upstream_check_module-master ` nginx_upstream_check_module-master的存放在路径 : openresty-1.21.4.2/bundle/nginx_upstream_check_module-master 报错如下: ``` 2023-08-25T04:05:04.128629298Z adding module in /home/work/openresty/openresty-1.21.4.2/bundle/nginx_upstream_check_module-master 2023-08-25T04:05:04.161511089Z checking for ngx_http_upstream_check_module ... not found...