Reputation: 888
First I would like to know that lets say, there is live football match on 20th oct, 2018 and we have to load test live streaming of same match. Obviosuly, live will be available on date mentioned but how would I test for the live video streaming which wont be available before mentioned date?
Upvotes: 4
Views: 3513
Reputation: 168157
You will need to set up streaming of another match or any other video content of similar length/resolutions to check whether your environment is ready to server the stream to anticipated number of consumers without any hardware/software/networking issues.
For example previous match streaming results can be used for test purposes, I would recommend approaching it as follows:
Upvotes: 4
Reputation: 34566
You would usually setup a similar test stream available on which to build your test plan.
Note that if you don't want to script anything, you could use this commercial plugin for JMeter which allows testing Live and VOD for HLS, MPEG-DASH, HSS and HDS on premise or from the cloud, see:
Disclaimer : We are providers of this solution
Upvotes: 0