mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add restreamer
This commit is contained in:
@@ -414,6 +414,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] prosody/prosody
|
- [x] prosody/prosody
|
||||||
- [x] redis/redis-stack
|
- [x] redis/redis-stack
|
||||||
- [x] registry
|
- [x] registry
|
||||||
|
- [x] datarhei/restreamer
|
||||||
- [x] restic/rest-server
|
- [x] restic/rest-server
|
||||||
- [x] rocker/rstudio
|
- [x] rocker/rstudio
|
||||||
- [x] rocket.chat
|
- [x] rocket.chat
|
||||||
|
|||||||
10
restreamer/README.md
Normal file
10
restreamer/README.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
restreamer
|
||||||
|
==========
|
||||||
|
|
||||||
|
[Restreamer][1] is a complete streaming server solution for self-hosting. It has
|
||||||
|
a visually appealing user interface and no ongoing license costs. Upload your
|
||||||
|
live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions
|
||||||
|
like Wowza. Receive video data from OBS and publish it with the RTMP and SRT
|
||||||
|
server.
|
||||||
|
|
||||||
|
[1]: https://github.com/datarhei/restreamer
|
||||||
12
restreamer/docker-compose.yml
Normal file
12
restreamer/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
restreamer:
|
||||||
|
image: datarhei/restreamer:rpi-latest
|
||||||
|
ports:
|
||||||
|
- "1935:1935"
|
||||||
|
- "8080:8080"
|
||||||
|
volumes:
|
||||||
|
- ./data/config:/core/config
|
||||||
|
- ./data/data:/core/data
|
||||||
|
privileged: true
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user