views:

122

answers:

1

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?

A: 

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.

Nat