Closed
Description
现象描述
After cmake(Debug version) and run with ./MediaServer(maybe add sudo to support port below 1024), a client can send RTMP requests to make the server crash.
如何复现?
- git clone from github with
git clone --depth 1 https://github.com/ZLMediaKit/ZLMediaKit.gitandgit submodule update --initand cmake it. - just run server using command
[sudo] ./MediaServerwith default config.ini - using ffmpeg to push flow or not (say crash in both situation)
- run sender.py with poc
相关日志或截图
配置
展开查看详细配置
default config(after cmake and changed nothing)
各种环境信息
- git commit hash: d0f0c69
- 操作系统及版本: Ubuntu 20.04
- 硬件信息: Intel
- 其他需要补充的信息

