mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
11 lines
240 B
YAML
11 lines
240 B
YAML
services:
|
|
v4l2rtspserver:
|
|
image: mpromonet/v4l2rtspserver:v0.3.11
|
|
command: -v -c -P554 -G960x540x15 -ulive /dev/video0
|
|
ports:
|
|
- "554:554"
|
|
devices:
|
|
- /dev/video0
|
|
privileged: true
|
|
restart: unless-stopped
|