代码版本:4af83cb 配置文件 : 在默认配置文件基础上 把 publishToHls=0和publishToMP4=0 和 rtp_proxy.port=10010 运行环境:ubuntu-18.04 gcc-7.5 硬件: CPU: [i7-6700K@4.00GHz] 4核8线程, 内存:16GB 问题描述:同时128路1080 h264 rtp+ps推流到rtp_proxy tcp服务,推流30秒
GET_CONFIG(uint32_t, rtpMaxSize, Rtp::kRtpMaxSize); if (len > 1024 * rtpMaxSize) { WarnL << "超大的rtp包:" << len << " > " << 1024 * rtpMaxSize; return nullptr; } 把kRtpMaxSize改大,或者注释这段 TRANS_BY_GITHUB_AI_ASSISTANT Author Jason5592 commented Feb 22, 2024 ...
media配置zlm没提服务器的信息, id必须要与zlm中的genera.mediaServerId一致,http-port必须与zlm暴露出来的port一致。 rtp.enable为true时使用端口范围,多端口传输。如果为false需要配置media.rtp-proxy-port且与zlm的rtp_proxy.port一致 # 作为28181服务器的配置 sip: # [必须修改] 本机的IP ip: 10.32.132.65 ...
rtmp-ssl-port: # [可选]zlm服务器的rtp_proxy.port,置空使用zlm配置文件配置 rtp-proxy-port: # [可选]zlm服务器的rtsp.port,置空使用zlm配置文件配置 rtsp-port: # [可选]zlm服务器的rtsp.sslport,置空使用zlm配置文件配置 rtsp-ssl-port: # [可选]是否自动配置ZLM,如果希望手动配置ZLM,可以设为fals...
please install sdl2 ffmpeg/libavcodec ffmpeg/libavutil11add test:bom12add test:tab13add test:test_benchmark14add test:test_httpApi15add test:test_httpClient16add test:test_pusher17add test:test_pusherMp418add test:test_rtp19add test:test_server20add test:test_sortor21add test:test_wsClient...
}location/live {proxy_passhttp://media-server; }location/rtp {proxy_passhttp://media-server;proxy_set_headerUpgrade$http_upgrade;proxy_set_headerConnection"upgrade"; }location/api{proxy_passhttp://wvp-gb28181; }location/ {root/home/ubuntu/program/MediaServerUI/dist; ...
please install sdl2 ffmpeg/libavcodec ffmpeg/libavutil11add test:bom12add test:tab13add test:test_benchmark14add test:test_httpApi15add test:test_httpClient16add test:test_pusher17add test:test_pusherMp418add test:test_rtp19add test:test_server20add test:test_sortor21add test:test_wsClient...
在ZLM中设置了 [rtp_proxy] port_range=30000-30500 但是在运行源码ZLMRTPServerFactory.java中zlmresTfulUtils.openRtpServer(mediaServerItem, param)返回的是{"code":0,"port":56298} 这是不是说明ZLM中的rtp_proxy port_range设置无效? 648540858closed this ascompletedJan 30, 2024 ...
rtpEnable" :disabled="mediaServerForm.defaultServer"></el-switch> </el-form-item> <el-form-item v-if="!mediaServerForm.rtpEnable" label="收流端口" prop="rtpProxyPort"> <el-input v-model.number="mediaServerForm.rtpProxyPort" clearable></el-input> <el-input v-model.number="mediaServer...
$ mkdir build $cdbuild $ cmake .. -DENABLE_WEBRTC=true -DOPENSSL_ROOT_DIR=/usr/local/openssl -DOPENSSL_LIBRARIES=/usr/local/openssl/lib $ cmake --build.--target MediaServer#最终输出[ 96%] Built target test_rtcp_fci [ 96%] Building CXX object tests/CMakeFiles/test_rtp.dir/test_...