RTP 测试工具 - 从文件发送 RTP 数据包
我知道这是一个非常简单的问题,可以很容易地用谷歌搜索并找到。然而,我还没有找到一个明确的工具来帮助我解决这个问题。我也尝试过使用 rtptools 中的 rtpsend,但运行时会出现错误。
因此,请建议一个可以从 tcpdump/pcap 文件读取并将 RTP 数据包发送到指定目标 IP 和端口的工具。
谢谢。
I know this is a quite simple question which one could easily google and find. However, I have not been able to find a definitive tool that helps me with this. I have tried with rtpsend from rtptools also, but it gives me errors when run.
Hence pls suggest a tool that can read from a tcpdump/pcap file and send the RTP packets to the specified destination IP and port.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一个工具,可以从文件中读取数据,并将数据封装在 RTP 中后将数据流式传输到目标 IP 地址。众所周知的工具是VLC。
有关如何使用 VLC 进行流式传输的更多信息,请参阅此处 - http://www .videolan.org/doc/streaming-howto/en/ch03.html
I found a tool that can read from a file and stream the data to the destination IP address after encapsulating the data in RTP. The well known tool is VLC.
More info on how to use VLC for streaming is here - http://www.videolan.org/doc/streaming-howto/en/ch03.html