sipp“ auto_media_port关键字需要pcapplay。”

发布于 2025-02-03 01:06:26 字数 886 浏览 4 评论 0原文

我已经在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

我已经这样做了,但仍然存在相同的错误。

我必须尝试修复它:

- 制作pcapplay_ossl ,但具有此输出:

make: *** No rule to make target `pcapplay_ossl'.  Stop.

- 安装的Wireshark。

-Copy 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

有人知道我缺少什么来摆脱此错误吗?

I have installed Sipp 3.7 on my Centos 7 and whenever I run this command:

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

I have the following output:

The auto_media_port keyword requires PCAPPLAY.

I have checked on the link from Sipp that I need to compile with the following:

cmake . -DUSE_PCAP=1

I have done that and still the same error.

Things I have to done to try fix it:

-make pcapplay_ossl but have this output:

make: *** No rule to make target `pcapplay_ossl'.  Stop.

-installed wireshark.

-copy sipp file into /usr/bin/sipp

-add -bg -nostdin on the command:

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

Does anyone knows what else I'm missing to get rid of this error?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

所谓喜欢 2025-02-10 01:06:26

对于面对这个问题的任何人,我遵循Keithcroxford在Github上制作的脚本。我与您分享: https://github.com/keithcroxford/keithcroxford/sipp_installer

我能够有能力运行SIPP,并且没有PCApplay问题。

To anyone facing this issue I follow a script made by keithcroxford on GitHub. I share with you: https://github.com/keithcroxford/sipp_installer

With this I was able to run sipp and not have that issue of pcapplay.

江南月 2025-02-10 01:06:26

最新的3.7 SIPP不再支持[auto_media_port]关键字。参见一些有关此信息的信息。但是根据您的错误消息,SIPP构建不包括PCAP。检查您使用正确的可执行文件/安装。

The latest 3.7 sipp doesn't support the [auto_media_port] keyword anymore. See some information about it. But according to your error message, the sipp build doesn't include the pcap. Check you use correct executable/installation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文