1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:49 +02:00
dockerfiles/rtmp/client/Dockerfile

15 lines
239 B
Docker
Raw Normal View History

2016-02-24 13:48:14 +08:00
#
# Dockerfile for rtmp-client-arm
#
2016-07-04 00:52:24 +08:00
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
2016-02-24 13:48:14 +08:00
2016-07-04 00:52:24 +08:00
RUN apk add --no-cache ffmpeg
2016-02-24 13:48:14 +08:00
2016-02-26 17:00:00 +08:00
ENV RTMP_DEV=/dev/video0 \
RTMP_FMT=flv \
RTMP_URI=
CMD ffmpeg -i $RTMP_DEV -f $RTMP_FMT $RTMP_URI