add sample config

This commit is contained in:
2026-04-09 11:41:54 +03:00
parent 78aafd4112
commit 9e0ecf27be
+15
View File
@@ -0,0 +1,15 @@
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
allow publish all;
allow play all;
push rtmp://vsu.mycdn.me/input/____your__vkplay__stream___key___;
push rtmp://euc10.contribute.live-video.net/app/____your___twitch__stream___key__;
}
}