artillery-plugin-m3u8
v1.1.0
Published
HTTP Live Streaming (HLS) support for Artillery
Downloads
15
Readme
HTTP Live Streaming (HLS) for Artillery
Load test HLS endpoints using Artillery. The plugin parses the playlist and download a random segment. A random variant is selected for master playlist.
Usage
config:
target: 'https://example.com'
plugins:
m3u8: {}
Setup
Add the URL to the .m3u8
playlist.
scenarios:
- flow:
- get:
url: '/path/to/.m3u8'