LogoLogo
  • About
  • Installation
  • Update & migration
  • Configuration
    • Hostname
    • TLS / HTTPS
    • Database
    • Logging
    • API Security
    • Storage
      • Disk
      • In-memory
      • S3
    • RTMP
    • SRT
    • FFmpeg
    • Sessions
    • Metrics
    • Router
    • Debug
  • API Swagger-Documentation
  • API Clients
  • Web-Interface
  • Guides
    • Beginner
    • RTMP
    • SRT
    • Filesystems
  • General
    • Prometheus metrics
  • API
    • Login
    • Config
    • Log
    • Filesystem
      • Disk
      • In-memory
      • S3
    • Metrics
    • Sessions
    • Profiling
    • Ping
  • API / FFmpeg
    • Process
      • Command
      • Metadata
      • State
      • Probe
      • Report
    • Skills
    • Widget (Website)
  • API / RTMP
    • RTMP
  • API / SRT
    • SRT
  • Development
    • Architecture
    • Coding
    • Custom Docker images
    • Benchmark
    • Support
Powered by GitBook
On this page
  • Restreamer-UI
  • Quick start

Was this helpful?

Export as PDF

Web-Interface

Known interfaces based on the Core.

PreviousAPI ClientsNextBeginner

Last updated 2 years ago

Was this helpful?

Restreamer-UI

The Restreamer-UI is an easy interface to manage multiple live and restreams on different platforms like the website, YouTube, Facebook and more.

Quick start

1. Start the Core

docker run -d --name core -p 8080:8080 datarhei/core:latest

2. Start the Interface

docker run -d --name restreamer-ui -p 3000:3000 datarhei/restreamer-ui:latest

3. Open the Interface and connect it to the running Core

http://127.0.0.1:3000?address=http://127.0.0.1:8080
GitHub - datarhei/restreamer-ui: The user interface of the Restreamer for the connection to the Core application.GitHub
Logo