App Submission: Restreamer (#2382)

Co-authored-by: al-lac <lackner.alex@gmail.com>
This commit is contained in:
Denny 2025-04-18 10:47:07 +02:00 committed by GitHub
parent 5328939a53
commit e5b7d559b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1 @@

1
restreamer/data/.gitkeep Normal file
View File

@ -0,0 +1 @@

View File

@ -0,0 +1,22 @@
version: '3.7'
services:
app_proxy:
environment:
APP_HOST: restreamer_web_1
APP_PORT: 8080
web:
image: datarhei/restreamer:2.12.0@sha256:813acc9d41d2953b1e7fbb5b281f9a1f68d07fef4e1b30e34472b12d3db9426a
environment:
- PUID=1000
- PGID=1000
restart: on-failure
volumes:
- ${APP_DATA_DIR}/config:/core/config
- ${APP_DATA_DIR}/data:/core/data
ports:
- 8181:8181
- 1935:1935
- 1936:1936
- 6000:6000/udp

35
restreamer/umbrel-app.yml Normal file
View File

@ -0,0 +1,35 @@
manifestVersion: 1
id: restreamer
name: Restreamer
tagline: An easy to use open source video server
category: files
version: "2.12.0"
port: 8135
description: >-
Restreamer is an open-source streaming server developed by datarhei, designed to simplify live video broadcasting. It provides an intuitive web-based interface that allows users to set up and manage streams without requiring advanced technical knowledge. Supporting a variety of streaming protocols, including RTMP, HLS, SRT, and WebRTC, it enables seamless video transmission across different platforms.
The software can receive video from sources such as webcams, IP cameras, or other live feeds and redistribute the content to multiple destinations like YouTube, Twitch, or custom servers. This makes it a versatile tool for individuals, businesses, and organizations looking to share live content efficiently.
Restreamer is optimized for low resource consumption, allowing it to run on a wide range of hardware, including embedded systems and energy-efficient devices. Its automatic reconnection feature ensures uninterrupted streaming, even in cases of temporary connection loss.
With its combination of ease of use, flexibility, and reliability, Restreamer serves as a powerful solution for various live streaming scenarios, from personal broadcasts to professional media distribution.
developer: datarhei
website: https://datarhei.com/
submitter: dennysubke
submission: https://github.com/getumbrel/umbrel-apps/pull/2382
repo: https://github.com/datarhei/restreamer
support: https://github.com/datarhei/restreamer/issues
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
- 5.jpg
releaseNotes: ""
dependencies: []
path: "/ui"
defaultUsername: ""
defaultPassword: ""