archive
This commit is contained in:
62
MovieNight/readme.md
Executable file
62
MovieNight/readme.md
Executable file
@@ -0,0 +1,62 @@
|
||||
# MovieNight stream server
|
||||
|
||||
[](https://travis-ci.org/zorchenhimer/MovieNight)
|
||||
|
||||
This is a single-instance streaming server with chat. Originally written to
|
||||
replace Rabbit as the platform for watching movies with a group of people
|
||||
online.
|
||||
|
||||
## Build requirements
|
||||
|
||||
- Go 1.12 or newer
|
||||
- GNU Make
|
||||
|
||||
## Install
|
||||
|
||||
To just download and run:
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/zorchenhimer/MovieNight
|
||||
$ cd MovieNight
|
||||
$ make
|
||||
$ ./MovieNight
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Now you can use OBS to push a stream to the server. Set the stream URL to
|
||||
|
||||
```text
|
||||
rtmp://your.domain.host/live
|
||||
```
|
||||
|
||||
and enter the stream key.
|
||||
|
||||
Now you can view the stream at
|
||||
|
||||
```text
|
||||
http://your.domain.host:8089/
|
||||
```
|
||||
|
||||
There is a video only version at
|
||||
|
||||
```text
|
||||
http://your.domain.host:8089/video
|
||||
```
|
||||
|
||||
and a chat only version at
|
||||
|
||||
```text
|
||||
http://your.domain.host:8089/chat
|
||||
```
|
||||
|
||||
The default listen port is `:8089`. It can be changed by providing a new port
|
||||
at startup:
|
||||
|
||||
```text
|
||||
Usage of .\MovieNight.exe:
|
||||
-k string
|
||||
Stream key, to protect your stream
|
||||
-l string
|
||||
host:port of the MovieNight (default ":8089")
|
||||
```
|
||||
Reference in New Issue
Block a user