1.1.0 • Published 11 months ago

artillery-plugin-m3u8 v1.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
11 months ago

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'
1.1.0

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.1.0

11 months ago