point rtmp server to hls dir

This commit is contained in:
deflax 2021-10-10 13:52:00 +00:00
parent 4d3423f350
commit c214444a9b
3 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View file

@ -11,3 +11,7 @@ logs/certbot/*
# ignore generated certificates for haproxy
data/certificates/*
!data/certificates/.placeholder
# ignore rtmp directories
data/rtmp/hls/*
!data/rtmp/hls/.placeholder

View file

View file

@ -39,7 +39,7 @@ services:
- "80:8080"
container_name: rtmp_server
volumes:
- ./data:/tmp/hls
- "./data/rtmp/hls:/tmp/hls"
auth:
build: ./auth