From 4e9741fa6e2419112bfae225503e12bd0c93df47 Mon Sep 17 00:00:00 2001 From: Zorglube Date: Sun, 23 Aug 2020 13:12:40 +0200 Subject: [PATCH] Add DSB into builds --- readme.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/readme.md b/readme.md index 6e336bc..007f10d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,5 @@ **Table of Contents** - - [MovieNight stream server](#movienight-stream-server) - [Build requirements](#build-requirements) - [Older Go Versions](#older-go-versions) @@ -16,7 +15,6 @@ # 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 @@ -24,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) @@ -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*. ### 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 @@ -140,7 +134,6 @@ Usage of .\MovieNight.exe: ``` ## Configuration - MovieNight’s configuration is controlled by `settings.json`: - `AdminPassword`: users can enter `/auth ` into chat to grant themselves @@ -180,5 +173,4 @@ MovieNight’s 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.