Overview
Plugin which provides the ability to easily load test servers delivering Adaptive Bitrate Streaming (ABR). It supports the following protocols:
- MPEG-DASH
- Apple HLS
- Microsoft Smooth (HSS)
- Adobe HDS
Both Live and VOD streams are automatically managed. Plugin realistically simulates players and delivers video specific metrics allowing you to analyse User Experience. It provides the following component
- ULP Video Streaming Sampler

Pre-requisites
Getting a trial license
A valid license is necessary to use the plugin, to obtain it:
- Ask for a free trial license by checking this link
- Select the Video Streaming plugin in the drop box and fill the requested fields (double check your e-mail and ensure you fill in the two check boxes for Robot detection and “terms and conditions”)
- Click on the button “Get my free evaluation key” and wait for the email delivering the trial license

Installation
Via PluginsManager (coming soon)
- If you have not installed jmeter-plugins yet: get the jar from here
- put it in jmeter/lib/ext directory
- if you’re behind an enterprise proxy with (for example) the following configuration:proxyHost : my.proxy.server
- proxyPort : 8000
- proxyUser : user
- proxyPassword : pass
- use the following command to launch Apache JMeter :
- Linux/Mac :
JVM_ARGS="-Dhttps.proxyHost=my.proxy.server -Dhttps.proxyPort=8000 -Dhttp.proxyUser=user -Dhttp.proxyPass=pass" ${JMETER_HOME}\bin\jmeter
- Windows :
set JVM_ARGS="-Dhttps.proxyHost=my.proxy.server -Dhttps.proxyPort=8000 -Dhttp.proxyUser=user -Dhttp.proxyPass=pass" && %JMETER_HOME%\jmeter.bat
- Linux/Mac :
- If you experiencing “Connection Timed Out” errors, you can set this property in the user.properties file:
jpgc.repo.timeout=120000
- Restart JMeter
- In JMeter, open the plugin manager (icon on the far right)

- In the “Available Plugins” tab and in the search field enter the term “UbikLoadPack”
- Select the UbikLoadPack Auto-correlator plugin
- Click the “Apply Changes and Restart JMeter” button

Via Trial mail
The trial mail contains the link to the bundle that you can download then:
- Unzip ulp-videostreaming-XXX.zip
- Copy the bundle’s lib/ext/ubik-jmeter-videostreaming-plugin-X.X.X.jar to the lib/ext directory of your Apache JMeter installation
- Restart JMeter
Configure License
When launching Apache JMeter for the first time after the installation of the plugin, a pop up will ask for the path of the license file. Navigate to the location of your license and click on the button “Open”.

If the popup does not appear, open the user.properties file in the bin folder of your Apache JMeter installation and modify the following property:
ULP.videostreaming.licensepath=<LICENSE_FOLDER>/ubik-streaming-plugin.license
Tutorials
Apple HLS
MPEG-DASH
https://www.ubik-ingenierie.com/blog/load-testing-mpeg-dash-jmeter-ubik-videostreaming-plugin/
Microsoft Smooth (HSS)
https://www.ubik-ingenierie.com/blog/load-testing-smooth-streaming-video-with-jmeter/
Adobe HDS
L’article UBIK LOAD PACK VIDEO STREAMING PLUGIN est apparu en premier sur Ubik Ingénierie.