1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 02:31:31 +00:00
dockerfiles/rtmp/client/Dockerfile

14 lines
209 B
Docker
Raw Normal View History

2016-02-24 05:48:14 +00:00
#
# Dockerfile for rtmp-client-arm
#
2016-07-04 03:37:59 +00:00
FROM easypi/ffmpeg-arm
2016-02-24 05:48:14 +00:00
2016-07-04 03:37:59 +00:00
MAINTAINER EasyPi Software Foundation
2016-02-24 05:48:14 +00:00
2016-02-26 09:00:00 +00:00
ENV RTMP_DEV=/dev/video0 \
RTMP_FMT=flv \
RTMP_URI=
CMD ffmpeg -i $RTMP_DEV -f $RTMP_FMT $RTMP_URI