RTMP loading test with JMeter

1.4k views Asked by At

I have used JMeter to perform some loading tests on my company. Now we need to test an live stream service, but I don't know how to do that. I've made a good research so far and got nothing.

The stream is send as flash application, the type is x-shockwave-flash.

Are JMeter able to handle with RTMP? If no, what is a good alternative?

enter image description here

1

There are 1 answers

1
aergistal On

JMeter doesn't support RTMP natively but you can write your own sampler by extending the AbstractSampler and using a third party RTMP library for Java, such as Red5 to handle the connection.

For the latter, you can find an example plugin here: https://github.com/taktod/RtmpPluginForJmeter