add restreamer

This commit is contained in:
kev 2022-07-21 17:51:51 +08:00
parent 9f9212f0ea
commit daa1d76e8f
3 changed files with 23 additions and 0 deletions

View File

@ -414,6 +414,7 @@ A collection of delicious docker recipes.
- [x] prosody/prosody
- [x] redis/redis-stack
- [x] registry
- [x] datarhei/restreamer
- [x] restic/rest-server
- [x] rocker/rstudio
- [x] rocket.chat

10
restreamer/README.md Normal file
View 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

View 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