Added example config

This commit is contained in:
2026-05-22 18:37:03 -04:00
parent 5ec75a7ce5
commit 9fccf2c421
3 changed files with 112 additions and 1 deletions

14
conf/demo.conf Normal file
View File

@@ -0,0 +1,14 @@
rtmp {
server {
listen 1935;
application live {
live on;
allow publish 127.0.0.1;
deny publish all;
allow play all;
push rtmp://owncast.eom.dev/live/ key=yeYc01eA$*fWn084SITo8fEt083n#9;
}
}
}