Add DSB into builds

This commit is contained in:
Zorglube 2020-08-23 13:12:40 +02:00
parent a8c3d4f097
commit 36bd6f6ea4
1 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,5 @@
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
**Table of Contents**
- [MovieNight stream server](#movienight-stream-server)
- [Build requirements](#build-requirements)
- [Older Go Versions](#older-go-versions)
@ -10,12 +9,12 @@
- [Running the Container](#running-the-container)
- [docker-compose](#docker-compose)
- [Notes for Running Using docker-compose](#notes-for-running-using-docker-compose)
- [FreeNAS / FreeBSD build and run](#FreeNAS-FreeBSD)
- [Usage](#usage)
- [Configuration](#configuration)
<!-- markdown-toc end -->
# MovieNight stream server
[![Build status](https://api.travis-ci.org/zorchenhimer/MovieNight.svg?branch=master)](https://travis-ci.org/zorchenhimer/MovieNight)
This is a single-instance streaming server with chat. Originally written to
@ -23,12 +22,10 @@ replace Rabbit as the platform for watching movies with a group of people
online.
## Build requirements
- Go 1.13 or newer
- GNU Make
### Older Go Versions
You can install a newer version of Go alongside your OS's distribution by
following the guide here: [https://golang.org/doc/install#extra_versions](https://golang.org/doc/install#extra_versions)
@ -89,8 +86,10 @@ This docker-compose file will create a volume called *movienight-config* and aut
#### Notes for Running Using docker-compose
The container needs to be restarted to apply any changes you make to *settings.json*.
## Usage
### FreeNAS - FreeBSD build and run
An script wich setup an Jail and build and run MovieNight into that Jail as been writen, you'll find it here [freenas-iocage-movienight] (https://github.com/zorglube/freenas-iocage-movienight)
## Usage
Now you can use OBS to push a stream to the server. Set the stream URL to
```text
@ -135,7 +134,6 @@ Usage of .\MovieNight.exe:
```
## Configuration
MovieNights configuration is controlled by `settings.json`:
- `AdminPassword`: users can enter `/auth <value>` into chat to grant themselves
@ -175,5 +173,4 @@ MovieNights configuration is controlled by `settings.json`:
header, to prevent caching responses.
## License
`flv.js` is Licensed under the Apache 2.0 license. This project is licened under the MIT license.