mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-25 14:59:14 +01:00
9 lines
188 B
YAML
9 lines
188 B
YAML
client:
|
|
image: vimagick/rtmp-client-arm
|
|
devices:
|
|
- /dev/video0:/dev/video0
|
|
environment:
|
|
- RTMP_RATE=10
|
|
- RTMP_URI=rtmp://boss.datageek.info/live/webcam
|
|
restart: always
|