1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/rtmp/client/docker-compose.yml
2016-07-04 12:27:24 +08:00

11 lines
281 B
YAML

client:
image: easypi/rtmp-client-arm
# command:
# - ffmpeg -i $$RTMP_DEV -video_size 800x600 -f flv $$RTMP_URI
devices:
- /dev/video0:/dev/video0
environment:
# - RTMP_DEV=rtsp://192.168.42.1/live
- RTMP_URI=rtmp://cctv.easypi.info/live/webcam
restart: always