Add support for HLS in the Docker container. (#2324)

* Add support for HLS in the Docker container.

* Remove comment from Dockerfile.stretch
pull/2334/head
Ben Lubar 2019-12-12 02:41:52 -06:00 committed by Chocobozzz
parent c334097734
commit 7269868682
2 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM node:10-stretch-slim
FROM node:10-buster-slim
# Allow to pass extra options to the npm run build
# eg: --light --light-fr to not build all client languages
@ -16,9 +16,8 @@ RUN groupadd -r peertube \
&& useradd -r -g peertube -m peertube
# Install PeerTube
COPY --chown=peertube:peertube . /app
WORKDIR /app
COPY . ./
RUN chown -R peertube:peertube /app
USER peertube

View File

@ -103,12 +103,16 @@ transcoding:
720p:
__name: "PEERTUBE_TRANSCODING_720P"
__format: "json"
1080:
1080p:
__name: "PEERTUBE_TRANSCODING_1080P"
__format: "json"
2160:
2160p:
__name: "PEERTUBE_TRANSCODING_2160P"
__format: "json"
hls:
enabled:
__name: "PEERTUBE_TRANSCODING_HLS_ENABLED"
__format: "json"
instance:
name: "PEERTUBE_INSTANCE_NAME"