mirror of
https://github.com/BluemediaDev/nginx-live.git
synced 2025-05-03 02:01:36 +02:00
Make HLS playlist and fragment lengh changeable
This commit is contained in:
parent
fbca991b8c
commit
75321cb769
5 changed files with 10 additions and 4 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue