Zorchenhimer 86ba07b4f7 Write the /help command
This still needs a bunch of work, but this should be OK until the UI is
rewritten.

The command injects a <script> tag to open up a new window.  Mod and
admin commands are only shown to mods and admins (no authentication
happens for this).

Resolves #8 for now.
2019-03-11 12:06:45 -04:00
2019-03-11 12:06:45 -04:00
2019-03-10 20:47:39 -04:00
2019-03-11 12:06:45 -04:00
2019-03-11 12:06:45 -04:00
2019-03-10 11:42:12 -04:00
2019-03-11 12:06:45 -04:00
2019-03-10 11:42:12 -04:00
2019-03-10 11:42:12 -04:00
2019-03-10 11:42:12 -04:00
2019-03-10 11:42:12 -04:00

Golang rtmp server demo

This is a very tiny demo with rtmp protocol server/client side implement.

Requirement

You need golang to build all tools.

Install

go get -u -v github.com/zorchenhimer/MovieNight

~/go/bin/MovieNight  -l :8089 -k  longSecurityKey

Usage

now you can using obs to push stream to rtmp server

the stream url maybe rtmp://your.domain.host/live?key=longSecurityKey

You can using obs to stream

Now you may visit the demo at

http://your.domain.host:8089/

the :8089 is the default listen port of the http server. and you can change it as you want

Usage of .\MovieNight.exe:
  -k string
        Stream key, to protect your stream
  -l string
        host:port of the MovieNight (default ":8089")
Description
Languages
Go 81.3%
JavaScript 6.4%
CSS 6.1%
HTML 4.6%
Makefile 1.2%
Other 0.3%