diff --git a/readme.md b/readme.md index 76d7c0a..c1261b7 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) @@ -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) # 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 - MovieNight’s configuration is controlled by `settings.json`: - `AdminPassword`: users can enter `/auth ` into chat to grant themselves @@ -175,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.