mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-31 01:57:22 +01:00
add restreamer
This commit is contained in:
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