1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/rtmp/client/Dockerfile
2016-07-04 11:37:59 +08:00

14 lines
209 B
Docker

#
# Dockerfile for rtmp-client-arm
#
FROM easypi/ffmpeg-arm
MAINTAINER EasyPi Software Foundation
ENV RTMP_DEV=/dev/video0 \
RTMP_FMT=flv \
RTMP_URI=
CMD ffmpeg -i $RTMP_DEV -f $RTMP_FMT $RTMP_URI