mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
add restreamer
This commit is contained in:
parent
9f9212f0ea
commit
daa1d76e8f
@ -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
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
|
Loading…
Reference in New Issue
Block a user