Load testing with JMeter for FLV live streaming

339 Views Asked by At

I am doing a FLV live streaming load testing with JMeter, however, I didn't manage to find any JMeter FLV plug-ins.

I found the below in stackoverflow, but the url of the answer is inaccessible. RTMP loading test with JMeter

Anyone can share their experience on how to do load testing for FLV live streaming?

1

There are 1 best solutions below

1
Dmitri T On

FLV stands for Flash Video which supposed to be rendered and displayed by the browser plugin like this one

When it comes to JMeter simulation it's sufficient to just download the file issuing simple single GET request using HTTP Request sampler followed by Constant Timer or Flow Control Action sampler to introduce the relevant "sleep" time to mimic the user "watching" the video.