我已经在Centos 7上安装了Sipp 3.7,每当我运行此命令时:
sipp -i X.X.X.X:5060 -d 600000 -sf videoTEST.xml -m 200 -rp 1s -s +15555555555 X.X.X.X:5060 -l 4
我有以下输出:
The auto_media_port keyword requires PCAPPLAY.
我已经检查了来自Sipp的链接,我需要使用以下代码进行编译:
cmake . -DUSE_PCAP=1
我已经这样做了,仍然是同样的错误。
我必须做的事情来尝试修复它:
-make pcapplay_ossl,但输出如下:
make:***No rule to make target `pcapplay_ossl'. Stop.
- 安装了wireshark。
- 将sipp文件复制到/usr/bin/sipp
-add -bg -nostdin上的命令:
sipp -i X.X.X.X:5060 -d 600000 -sf videoTEST.xml -m 200 -rp 1s -s +15555555555 X.X.X.X:5060 -l 4 -bg -nostdin
有人知道我还遗漏了什么来消除这个错误吗?
1条答案
按热度按时间5t7ly7z51#
对于任何面临这个问题的人,我都遵循keithcroxford在GitHub上编写的脚本。我与你分享:https://github.com/keithcroxford/sipp_installer
有了这个,我就可以运行sipp,而不会有pccaplay的问题。