开发者

verify rtsp capabilities

开发者 https://www.devze.com 2022-12-18 01:02 出处:网络
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开发者_JS百科 for 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开发者_JS百科 for RTSP.

Are there any testing tools that support RTSP load testing?


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.


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!

0

精彩评论

暂无评论...
验证码 换一张
取 消