vod-rtmp/rtmp/Dockerfile
2021-10-10 15:41:39 +00:00

8 lines
156 B
Docker

FROM tiangolo/nginx-rtmp
COPY nginx.conf /etc/nginx/nginx.conf
COPY index.html /www/
COPY network.m3u8 /www/
COPY network0.ts /www/
COPY network1.ts /www/