You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-09-16 09:16:45 +02:00
add ustreamer
This commit is contained in:
@@ -548,6 +548,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] trinodb/trino
|
- [x] trinodb/trino
|
||||||
- [x] ghcr.io/coqui-ai/tts-cpu
|
- [x] ghcr.io/coqui-ai/tts-cpu
|
||||||
- [x] louislam/uptime-kuma
|
- [x] louislam/uptime-kuma
|
||||||
|
- [x] pikvm/ustreamer :camera:
|
||||||
- [x] mpromonet/v4l2rtspserver :camera:
|
- [x] mpromonet/v4l2rtspserver :camera:
|
||||||
- [x] centurylink/watchtower
|
- [x] centurylink/watchtower
|
||||||
- [x] aceberg/watchyourlan
|
- [x] aceberg/watchyourlan
|
||||||
|
6
ustreamer/README.md
Normal file
6
ustreamer/README.md
Normal 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
|
11
ustreamer/docker-compose.yml
Normal file
11
ustreamer/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user