Sign inSign up

nopenix/vlc-video-repeater

By nopenix

Updated almost 3 years ago

A Proxy/Repeater for anything VLC can read. Good for e.g. converting ESP32 Streams to Multiclient

Image
Networking
Web servers
Monitoring & observability
0

638

nopenix/vlc-video-repeater repository overview

GitHub Workflow Status GitHub issues Docker Stars GitHub Repo stars GitHub top language

VLC-Video-Repeater

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/

Example docker-compose:

version: "3"
services:
  app:
    image: nopenix/vlc-video-repeater
    environment:
      - SourceURL=https://192.168.0.69/a-Stream
    ports:
      - 8080:8080
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:9d41e9261

Size

156.6 MB

Last updated

almost 3 years ago

docker pull nopenix/vlc-video-repeater