1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-01 13:17:47 +02:00
dockerfiles/rtmp/client/docker-compose.yml
2016-02-26 17:00:00 +08:00

10 lines
221 B
YAML

client:
image: vimagick/rtmp-client-arm
devices:
- /dev/video0:/dev/video0
environment:
# - RTMP_DEV=rtsp://192.168.42.1/live
- RTMP_URI=rtmp://cctv.datageek.info/live/webcam
# net: host
restart: always