2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 03:27:27 +01:00

add Node-Media-Server

This commit is contained in:
kev
2021-10-13 16:45:14 +08:00
parent 345bbc1996
commit 1f24311e4a
5 changed files with 20 additions and 3 deletions

View File

@@ -2,9 +2,10 @@ version: "3.8"
services:
v4l2rtspserver:
image: mpromonet/v4l2rtspserver
command: -v -P554 -H640 -W480 -F5 -ulive
command: -v -P554 -G640x480x5 -ulive /dev/video0
ports:
- "554:554"
devices:
- /dev/video0
privileged: true
restart: unless-stopped