video streaming

This commit is contained in:
nicco
2018-06-29 12:30:49 +02:00
parent 743290d462
commit a666c01300
8 changed files with 136 additions and 0 deletions

7
video/Dockerfile Executable file
View File

@@ -0,0 +1,7 @@
FROM alpine:3.7
RUN apk add --no-cache openssl ca-certificates wget unzip nginx nginx-mod-rtmp ffmpeg
VOLUME [ "/stream" ]
CMD nginx -g 'daemon off;'