zap-stream-core/config.toml

12 lines
275 B
TOML
Raw Normal View History

2024-03-20 22:46:19 +00:00
# List of endpoints to listen on
# currently supporting srt/tcp
endpoints = [
"srt://127.0.0.1:3333",
"tcp://127.0.0.1:3334"
]
# Output directory for egress
output_dir = "./out"
# Wehook system url (required)
webhook_url = "http://localhost:5873/api/v1/stream-core"