You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace your `nginx.conf` with the one given here.
30
-
- Put `stat.xsl` in your nginx folder.
27
+
-`git clone <repository-url>`
28
+
-Change into the new directory.
29
+
-`npm install --production`
30
+
-Replace your `nginx.conf` with the one given here.
31
+
-Put `stat.xsl` in your nginx folder.
31
32
32
33
## Config
33
34
@@ -36,8 +37,8 @@ Edit `config.json` to your own settings.
36
37
Here is an example config with comments (click to enlarge):
37
38
")
38
39
39
-
- Use https://twitchapps.com/tmi to get your oauth from Twitch for use with chat commands.
40
-
> We recommend using your main Twitch BOT account for this, but if you do not have a Twitch Bot account just use your Main Twitch Account.
40
+
- Use https://twitchapps.com/tmi to get your oauth from Twitch for use with chat commands.
41
+
> We recommend using your main Twitch BOT account for this, but if you do not have a Twitch Bot account just use your Main Twitch Account.
41
42
42
43
Also if you are going to be using your Twitch BOT Account please make sure it is an 'Editor' of your channel, see example;
43
44
@@ -52,30 +53,32 @@ Run the node app by running: `npm start`. Then stream to `rtmp://IPHERE/publish/
52
53
## Chat Commands
53
54
54
55
This script gives you the option to enable some simple chat commands to help you manage your stream from your own Twitch chat, here is how to use them:
55
-
>Please note: Admins are all the users in the "adminUsers" array in the config, MODs (if enabled in the config) are all of your MODs, and Public (if enabled in the config) is anyone in your chat.
56
-
57
-
>| Default Role | Command | Description | Example |
>| Admins | !host (channelname) | hosts said channel, and stops streaming in OBS if enabled in config. | !host 715209 |
60
-
>| Admins | !unhost | unhosts whoever you are currently hosting. | !unhost |
61
-
>| Admins | !raid (channelname) | raids said channel and stops streaming in OBS if enabled in config. | !raid 715209 |
62
-
>| Admins | !start | on-demand command to start streaming in OBS. | !start |
63
-
>| Admins | !stop | on-demand command to stop streaming in OBS. | !stop |
64
-
>| Admins | !switch (scene) | switches to the provided SCENE (case senstive). | !switch INTRO|
65
-
>| MODs | !refresh | changes to the REFRESH scene for the set interval. | !refresh |
66
-
>| MODs | !trigger (value) | changes the low bitrate threshold to the defined value. | !trigger 1000 |
67
-
>| MODs | !sourceinfo | gives you details about the SOURCE in chat. | !sourceinfo |
68
-
>| MODs | !obsinfo | gives you details about OBS in chat. | !obsinfo |
69
-
>| Public | !bitrate | returns current BITRATE | !bitrate |
56
+
57
+
> Please note: Admins are all the users in the "adminUsers" array in the config, MODs (if enabled in the config) are all of your MODs, and Public (if enabled in the config) is anyone in your chat.
58
+
59
+
> | Default Role | Command | Description | Example |
0 commit comments