# streamtop multi-stream agent example (headless fleet monitoring)
# Usage: streamtop --agent agent.example.toml
= "127.0.0.1"
= 9184
# metrics_token = "change-me-on-non-loopback-bind"
# otel_endpoint = "http://127.0.0.1:4318"
# allow_insecure_webhooks = false
# allow_insecure_otel = false
[[]]
= "primary-hls"
= "https://example.com/live/master.m3u8"
= 2000
= true
= false
# clearkey = "KID_HEX:KEY_HEX"
# webhook = "https://hooks.example.com/streamtop"
# alert_on = "stall,shi_below_70,http_5xx,ad_mismatch"
# tr101290 = true
# probe_sei = true
[[]]
= "backup-dash"
= "https://example.com/live/manifest.mpd"
= 3000
= true
= true
# compare_with = "primary-hls"