验证 rtsp 功能
我需要对一个通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您可以找到允许进行 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.
我的库有一个 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!