mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
17 lines
319 B
YAML
17 lines
319 B
YAML
|
config:
|
||
|
target: 'http://localhost:8080'
|
||
|
phases:
|
||
|
- duration: 3600
|
||
|
arrivalRate: 500
|
||
|
plugins:
|
||
|
hls: {}
|
||
|
|
||
|
scenarios:
|
||
|
- name: Test the actual HLS video stream
|
||
|
flow:
|
||
|
- get:
|
||
|
url: "/hls/0/stream.m3u8"
|
||
|
hls:
|
||
|
concurrency: 4
|
||
|
streamSelector:
|
||
|
index: all
|