Files
Gipat/services/ingress-rtmp/stream.nginx.conf
2025-07-20 13:15:46 +00:00

29 lines
547 B
Plaintext

# rtmp_auto_push on;
server {
listen 1935;
chunk_size 4096;
application phone_c701cb2f_5843_4979_9d39_01f4563e4980 {
live 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/;
# }
}