Add some Restream.io instructions

This commit is contained in:
Gabe Kangas 2020-06-10 23:57:28 -07:00
parent 6728b8c5d1
commit ac6ee31833
5 changed files with 19 additions and 2 deletions

View file

@ -28,7 +28,9 @@
* [Installation](#installation)
* [Usage](#usage)
* [Docker](#docker)
* [Usage with OBS](#usage-with-obs)
* [Use with your software](#use-with-your-desktop-software)
* [OBS](#usage-with-obs)
* [Restream](#usage-with-restream)
* [Video storage and distribution options](#video-storage-options)
* [Advanced usage](#advanced-usage)
* [Building from source](#building-from-source)
@ -92,7 +94,9 @@ If you want a simpler way to run an instance of owncast you can run it in a cont
1. Run `docker build -t owncast .`
1. Run `docker run -p 8080:8080 -p 1935:1935 -it owncast`
## Usage with OBS
## Use with your desktop software
### Usage with OBS
1. Install [OBS](https://obsproject.com/) and get it working with your local setup.
1. Open OBS Settings and go to "Stream".
@ -102,6 +106,10 @@ If you want a simpler way to run an instance of owncast you can run it in a cont
5. Start the server.
6. Press "Start Streaming" on OBS.
### Usage with Restream
Read the [detailed documentation for working with Restream](https://github.com/gabek/owncast/blob/master/doc/restream.md)
## Video storage options
Three ways of storing and distributing the video are supported.

9
doc/restream.md Normal file
View file

@ -0,0 +1,9 @@
# Restream.io
If you're a paid user of [Restream](http://restream.io) you can point it at your Ownstream instance as another place to braodcast to.
1. Login and go to the "Add Channel" screen.
<img src="restream1.png">
1. Select "Custom RTMP"
<img src="restream2.png">
1. Add your server information in the format of `rtmp://myserver/live` for the RTMP URL and the Stream Key that matches what is in your `config.yaml` file.
<img src="restream3.png">

BIN
doc/restream1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

BIN
doc/restream2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

BIN
doc/restream3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB