Make HLS playlist and fragment lengh changeable

This commit is contained in:
Oliver Traber 2021-06-04 21:38:26 +02:00
parent fbca991b8c
commit 75321cb769
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C
5 changed files with 10 additions and 4 deletions

View file

@ -7,6 +7,8 @@ LABEL maintainer="oliver@traber-info.de"
ENV DEBIAN_FRONTEND noninteractive
ENV RTMP_PORT 1935
ENV HTTP_PORT 8080
ENV HLS_FRAGMENT_LENGTH 3
ENV HLS_PLAYLIST_LENGTH 20
# Update and install packages
RUN apt update -y && \