2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01:00

update rtmp-client-arm

This commit is contained in:
kev
2016-07-04 00:52:24 +08:00
parent 89e0d7a001
commit 39b7596d0d
3 changed files with 8 additions and 9 deletions

View File

@@ -2,12 +2,10 @@
# Dockerfile for rtmp-client-arm
#
FROM vimagick/alpine-arm
MAINTAINER kev <noreply@easypi.info>
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apk add -U ffmpeg \
&& rm -rf /var/cache/apk/*
RUN apk add --no-cache ffmpeg
ENV RTMP_DEV=/dev/video0 \
RTMP_FMT=flv \

View File

@@ -1,9 +1,8 @@
client:
image: vimagick/rtmp-client-arm
image: easypi/rtmp-client-arm
devices:
- /dev/video0:/dev/video0
environment:
# - RTMP_DEV=rtsp://192.168.42.1/live
- RTMP_URI=rtmp://cctv.easypi.info/live/webcam
# net: host
restart: always