验证 rtsp 功能

发布于 2024-08-19 01:38:46 字数 123 浏览 8 评论 0原文

我需要对一个通过 RTSP 提供 Flash 视频的网站进行负载测试。

我看过 JMeter & Selenium 并没有看到任何对 RTSP 的支持。

有没有支持RTSP负载测试的测试工具?

I need to load test a site that serves up flash video via RTSP.

I've looked at JMeter & Selenium and do not see any support for RTSP.

Are there any testing tools that support RTSP load testing?

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

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

发布评论

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

评论(2

软糖 2024-08-26 01:38:46

如果您可以找到允许进行 RTSP 调用的 .NET 库,则可以覆盖 Visual Studio Web 测试以进行 RTSP 调用而不是 http。这将允许您对 RTSP 进行负载测试。

如果可以的话,使用2010。

If you can find a .NET library that allows you to make RTSP calls, you can override a Visual Studio web test to make RTSP calls instead of http. That will allow you to make load tests for RTSP.

Use 2010 if you can.

红颜悴 2024-08-26 01:38:46

我的库有一个 RtspClient,您可以使用它:

http://net7mma.codeplex.com/

签出CodeProject 文章 @ http://www.codeproject .com/Articles/507218/Managed-Media-Aggregation-using-Rtsp-and-Rtp

如果您还需要任何其他信息,请告诉我!

My library has a RtspClient which you can use for this:

http://net7mma.codeplex.com/

Check out the CodeProject article @ http://www.codeproject.com/Articles/507218/Managed-Media-Aggregation-using-Rtsp-and-Rtp

If you need anything else let me know!

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