From c2f6996ea4d4c622cd49d123a8b822aea6c8f4da Mon Sep 17 00:00:00 2001 From: Romain Vanneste Date: Tue, 25 Nov 2025 11:19:20 +0100 Subject: [PATCH 1/3] Release UbikLoadPack Video Streaming plugin 10.2.4 --- site/dat/repo/various.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 6482f3b90..b6f6d6068 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -905,6 +905,11 @@ "com.ubikingenierie.jmeter.plugin.hls.gui.HLSSamplerGUI" ], "versions": { + "10.2.4": { + "changes": "Major release introducing support for HLS SGAI with Interstitials, full release notes at https://https://www.ubik-ingenierie.com/blog/ubikloadpack-video-streaming-plugin-10-2/", + "downloadUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/10.2.4/ubik-jmeter-videostreaming-plugin-10.2.4.jar", + "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + }, "10.1.2": { "changes": "Bugfix release", "downloadUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/10.1.2/ubik-jmeter-videostreaming-plugin-10.1.2.jar", From 4e523c9a7931436e87e89ff0c1bf589c9a3ef94b Mon Sep 17 00:00:00 2001 From: pmouawad Date: Tue, 25 Nov 2025 11:28:08 +0100 Subject: [PATCH 2/3] Fix url --- site/dat/repo/various.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index b6f6d6068..4fe962853 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -906,7 +906,7 @@ ], "versions": { "10.2.4": { - "changes": "Major release introducing support for HLS SGAI with Interstitials, full release notes at https://https://www.ubik-ingenierie.com/blog/ubikloadpack-video-streaming-plugin-10-2/", + "changes": "Major release introducing support for HLS SGAI with Interstitials, full release notes at https://www.ubik-ingenierie.com/blog/ubikloadpack-video-streaming-plugin-10-2/", "downloadUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/10.2.4/ubik-jmeter-videostreaming-plugin-10.2.4.jar", "depends":["jmeter-core", "jmeter-components", "jmeter-http"] }, From 1162f07e306c1b9c60116a893cb7e81ce4e45f59 Mon Sep 17 00:00:00 2001 From: Romain Vanneste Date: Tue, 25 Nov 2025 11:36:20 +0100 Subject: [PATCH 3/3] Update description --- site/dat/repo/various.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 4fe962853..262a071a8 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -895,7 +895,7 @@ { "id": "ulp-jmeter-videostreaming-plugin", "name": "UbikLoadPack Video Streaming plugin", - "description": "Plugin which provides the ability to easily load test servers delivering Adaptive Bitrate Streaming (ABR). It supports the following implementations: Low Latency Mpeg-Dash, Mpeg-Dash, Apple HLS / Low-Latency HLS (LL-HLS), Microsoft Smooth (HSS) and Adobe HDS. Both Live and VOD streams are automatically handled. The plugin realistically simulates players and outputs video specific metrics allowing you to analyze User Experience. It supports HTTP 1.1 and HTTP/2. It also allows to simulate CDN behaviour with Video Streams.", + "description": "Plugin which provides the ability to easily load test servers delivering Adaptive Bitrate Streaming (ABR). It supports the following implementations: Low Latency Mpeg-Dash, Mpeg-Dash, Apple HLS / Low-Latency HLS (LL-HLS), HLS SGAI (Interstitials), Microsoft Smooth (HSS) and Adobe HDS. Both Live and VOD streams are automatically handled. The plugin realistically simulates players and outputs video specific metrics allowing you to analyze User Experience. It supports HTTP 1.1 and HTTP/2. It also allows to simulate CDN behaviour with Video Streams.", "screenshotUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/ulp_vs_screenshot_910.png", "helpUrl": "https://www.ubik-ingenierie.com/blog/ubikloadpack-streaming-plugin-help/", "vendor": "UbikLoadPack by Ubik-Ingenierie",