udpate gipat

This commit is contained in:
2025-04-20 13:32:09 +00:00
parent fe439bf2f0
commit 63b2e5900a
6 changed files with 67 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
server {
listen 1935;
# chunk_size 4096;
application stream {
live on;
# recorder rec1 {
# record all;
# record_path /var/rec;
# record_unique on;
# }
}
}