artillery-plugin-m3u8

1.1.0 • Public • Published

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'

Readme

Keywords

Package Sidebar

Install

npm i artillery-plugin-m3u8

Weekly Downloads

39

Version

1.1.0

License

BSD-3-Clause

Unpacked Size

5.95 kB

Total Files

4

Last publish

Collaborators

  • diogoazevedos