This commit is contained in:
2025-07-20 13:15:46 +00:00
parent 63b2e5900a
commit 1cd2810480
13 changed files with 176 additions and 34 deletions

View File

@@ -1,15 +1,28 @@
# rtmp_auto_push on;
server {
listen 1935;
# chunk_size 4096;
chunk_size 4096;
application stream {
application phone_c701cb2f_5843_4979_9d39_01f4563e4980 {
live on;
# recorder rec1 {
# record all;
# record_path /var/rec;
# record_unique on;
# }
record off;
allow publish all;
allow play all;
}
}
application gopro_c701cb2f_5843_4979_9d39_01f4563e4980 {
live on;
record off;
allow publish all;
allow play all;
}
# application live {
# live on;
# record off;
# deny play all;
# dash on;
# dash_path /mnt/Teka2/live-data/stream/;
# }
}