Skip to content

Commit

Permalink
Merge ipfs+rtmp server into one and drop FFMPEG (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdrgn2k authored Aug 18, 2019
1 parent dccc050 commit c51a4b8
Show file tree
Hide file tree
Showing 13 changed files with 239 additions and 296 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ installed on your local machine, which can be the same device running OBS Studio
To authenticate using OpenVPN, connect with your OpenVPN client using `client.conf` or
`client.ovpn`, then publish your OBS Studio stream to:

rtmp://10.10.10.1:1935/live
rtmp://10.10.10.1:1935/live/stream1

To authenticate using Yggdrasil, start it with `yggdrasil.conf` and note the last line of
output like this:
Expand All @@ -213,7 +213,7 @@ installed on your local machine, which can be the same device running OBS Studio

Then publish your OBS Studio stream to the IPv6:

rtmp://[203:4bb0:9ff1:2312:e7f3:b8c4:852:a8b1]:1935/live
rtmp://[203:4bb0:9ff1:2312:e7f3:b8c4:852:a8b1]:1935/live/stream1

1. When your streaming session is done, you can stop OpenVPN or Yggdrasil and destroy the
servers with:
Expand Down
105 changes: 0 additions & 105 deletions terraform/ipfs-server/bootstrap.sh

This file was deleted.

103 changes: 0 additions & 103 deletions terraform/ipfs-server/process-stream.sh

This file was deleted.

Loading

0 comments on commit c51a4b8

Please sign in to comment.