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

11 lines
281 B
YAML
Raw Normal View History

2016-02-24 07:48:14 +02:00
client:
2016-07-03 18:52:24 +02:00
image: easypi/rtmp-client-arm
2016-07-04 06:27:24 +02:00
# command:
# - ffmpeg -i $$RTMP_DEV -video_size 800x600 -f flv $$RTMP_URI
2016-02-24 07:48:14 +02:00
devices:
- /dev/video0:/dev/video0
environment:
2016-02-26 11:00:00 +02:00
# - RTMP_DEV=rtsp://192.168.42.1/live
2016-05-01 03:06:20 +02:00
- RTMP_URI=rtmp://cctv.easypi.info/live/webcam
2016-02-24 07:48:14 +02:00
restart: always