1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/rtmp/client/docker-compose.yml

10 lines
221 B
YAML
Raw Normal View History

2016-02-24 07:48:14 +02:00
client:
image: vimagick/rtmp-client-arm
devices:
- /dev/video0:/dev/video0
environment:
2016-02-26 11:00:00 +02:00
# - RTMP_DEV=rtsp://192.168.42.1/live
- RTMP_URI=rtmp://cctv.datageek.info/live/webcam
# net: host
2016-02-24 07:48:14 +02:00
restart: always