initial commit

This commit is contained in:
2026-05-14 13:39:10 +02:00
commit 7e444146d2
37 changed files with 1537 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[http]
# List of RTMP apps
applications = ["stream"]
# Path prefix to allow frontend to run on a subpath
prefix = ""
# Allow CSRF cookie to be sent across http-connection, not recommended for production
insecure = true
[store]
# Set store backend (file|consul)
#backend = "file"
[store.file]
# Configure file storage path relative to working directory
#path = "store.db"