1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-09-16 09:16:45 +02:00

add ustreamer

This commit is contained in:
kev
2025-02-18 15:57:18 +08:00
parent f8b9cd92ad
commit bf57885695
3 changed files with 18 additions and 0 deletions

View File

@@ -548,6 +548,7 @@ A collection of delicious docker recipes.
- [x] trinodb/trino
- [x] ghcr.io/coqui-ai/tts-cpu
- [x] louislam/uptime-kuma
- [x] pikvm/ustreamer :camera:
- [x] mpromonet/v4l2rtspserver :camera:
- [x] centurylink/watchtower
- [x] aceberg/watchyourlan

6
ustreamer/README.md Normal file
View File

@@ -0,0 +1,6 @@
ustreamer
=========
[µStreamer][1] is a lightweight and very quick server to stream MJPEG video from any V4L2 device to the net.
[1]: https://github.com/pikvm/ustreamer

View File

@@ -0,0 +1,11 @@
services:
ustreamer:
image: pikvm/ustreamer:v6.31
ports:
- "8080:8080"
environment:
- EDID=1
devices:
- /dev/video0
privileged: true
restart: unless-stopped