Difference between revisions of "Restreamer"
Jump to navigation
Jump to search
m |
(→Login) |
||
Line 1: | Line 1: | ||
==URL and creds== | ==URL and creds== | ||
− | === Playback === | + | ===Playback=== |
http://pixelspace.xyz:8080/player.html | http://pixelspace.xyz:8080/player.html | ||
− | === Login === | + | |
+ | |||
+ | <br /> | ||
+ | |||
+ | ===Login=== | ||
http://pixelspace.xyz:8080 | http://pixelspace.xyz:8080 | ||
Line 10: | Line 14: | ||
token: VxRgaJ0K4b | token: VxRgaJ0K4b | ||
+ | |||
+ | ==OBS Config== | ||
+ | |||
+ | |||
==Using with OBS== | ==Using with OBS== |
Revision as of 15:11, 28 October 2022
URL and creds
Playback
http://pixelspace.xyz:8080/player.html
Login
user: streamer
pass: str34m1ng
token: VxRgaJ0K4b
OBS Config
Using with OBS
https://datarhei.github.io/restreamer/docs/guides-obs.html
Docker shenanigans
docker run -d --restart always --name restreamer -e "RS_USERNAME=streamer" -e "RS_PASSWORD=str34m1ng" -e "RS_TOKEN=VxRgaJ0K4b" -p 8080:8080 -p1935:1935 -v /mnt/restreamer/db:/restreamer/db datarhei/restreamer:latest