Add DSB into builds

This commit is contained in:
Zorglube 2020-08-23 13:12:40 +02:00
parent 87d2d201ec
commit 4e9741fa6e
1 changed files with 0 additions and 8 deletions

View File

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