streamtop 1.0.1

HLS/DASH/IPTV stream diagnostics TUI and CLI
Documentation
# Example -> ~/.config/streamtop/config.toml
# Windows: %APPDATA%\streamtop\config.toml
# Or: STREAMTOP_CONFIG=/path/to/config.toml

[default]
# headers = ["X-Forwarded-For: 1.2.3.4"]
# user_agent = "MyPlayer/1.0"
# probe_headers = true
# probe_drm = false
# webhook = "https://hooks.slack.com/services/..."
# alert_on = "stall,shi_below_70,http_5xx"

[profiles.cdn]
headers = ["X-CDN-Bypass: 1"]
probe_headers = true

[profiles.ci]
probe_headers = true
probe_drm = false
alert_on = "stall,http_5xx"

[profiles.drm]
probe_drm = true
probe_headers = true