mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-24 05:16:44 +02:00
10 lines
219 B
YAML
10 lines
219 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.easypi.info/live/webcam
|
|
# net: host
|
|
restart: always
|