From 57c19f545ccd5053299badebc714caeb7a0403cf Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 24 Aug 2021 22:09:28 -0500 Subject: [PATCH] Add docs on MovieNight --- index.php | 5 +++++ movienight/index.php | 45 ++++++++++++++++++++++++++++++++++++++++++++ styles/styles.css | 3 ++- 3 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 movienight/index.php diff --git a/index.php b/index.php index 63a347e..78295db 100644 --- a/index.php +++ b/index.php @@ -29,6 +29,11 @@

SMZ3 Multiworld

Strap two games together, then strap a bunch of those games together and shake them real hard

+ + +

Movie Night

+

Take a set, pop some popcorn, and watch a movie with da bois. Anybody can host if they want

+
diff --git a/movienight/index.php b/movienight/index.php new file mode 100644 index 0000000..7c0b19e --- /dev/null +++ b/movienight/index.php @@ -0,0 +1,45 @@ + + + + + 9iron - Movie Night + + + +
+
+

Movie Night

+
+

Tuning In?

+

Click Here to Watch

+

What's Movie Night?

+

Movie Night is a service hosted on desu.ltd which provides quick, disposable, self-hosted streams; perfect for organizing a quick movie or stream session. All you need to use it is OBS.

+

If you're interested in using Movie Night, see the below section. Contact me for more details.

+
+
+

Hosting

+

Hosting a movie night is very straightforward. Install OBS, then go to Tools > Auto-Configuration Wizard.

+
    +
  1. Install OBS
  2. +
  3. Go to Tools > Auto-Configuration Wizard (this wizard should also automatically appear on first launch). Provide the following details and leave the rest at defaults
  4. +
      +
    • Service: Custom
    • +
    • Server: rtmp://movie.desu.ltd/live
    • +
    • Stream Key: Contact me for the key. Note that I may need to change it should somebody use it for nefarious purposes
    • +
    • Estimate bitrate with bandwidth test: Checked
    • +
    +
  5. Set up your scenes and sources and get ready for the stream. If you need help, I'd recommend consulting the OBS Studio Quickstart Guide (you've already completed step 1 by getting this far)
  6. +
+
+
+

FAQ

+
+
Q: The chat is broken
+
A: That's not a question, but I know. I'm working on it.
+
+
+
+
+ + + diff --git a/styles/styles.css b/styles/styles.css index e43d475..4ea97a5 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -67,9 +67,10 @@ ol li,ul li { /* CUSTOM DIVS AND SPANS */ a.quickbutton { - background: var(--background-bright); + background: var(--link); border-radius: 8px; box-shadow: 5px 5px var(--shadow); + color: var(--background); display: block; font-size: 150%; margin: 0.5em 0;