Browse Source

Add some Restream.io instructions

pull/5/head
Gabe Kangas 5 years ago
parent
commit
ac6ee31833
  1. 12
      README.md
  2. 9
      doc/restream.md
  3. BIN
      doc/restream1.png
  4. BIN
      doc/restream2.png
  5. BIN
      doc/restream3.png

12
README.md

@ -28,7 +28,9 @@ @@ -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 @@ -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 @@ -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

@ -0,0 +1,9 @@ @@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

BIN
doc/restream2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

BIN
doc/restream3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Loading…
Cancel
Save