A Proxy/Repeater for anything VLC can read. Good for e.g. converting ESP32 Streams to Multiclient
638
This Comtainer can read any stream VLC can read and acceppts multiple clients. Originally programmed to Make ESP32-CAM able to servme Multiple clients but may be used for other things, too!
It outputs the stream on: http://127.0.0.1:8080/
version: "3"
services:
app:
image: nopenix/vlc-video-repeater
environment:
- SourceURL=https://192.168.0.69/a-Stream
ports:
- 8080:8080
restart: unless-stopped
Content type
Image
Digest
sha256:9d41e9261…
Size
156.6 MB
Last updated
almost 3 years ago
docker pull nopenix/vlc-video-repeater