File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 12
12
Simple app to automatically switch scenes in OBS based on the current bitrate fetched from the NGINX stats page.
13
13
14
14
Don't feel like setting this all up by yourself? Check out these links for similar solutions!
15
+
15
16
- [ psynapticmedia.com] ( http://www.psynapticmedia.com/super-stream-system-by-psynaps/ )
16
17
- [ norip.io] ( https://www.norip.io )
17
18
@@ -40,7 +41,7 @@ Edit `config.json` to your own settings.
40
41
41
42
Here is an example config with comments (click to enlarge):
42
43
43
- *** PLEASE NOTE CONFIG MAY NOT REPRESENT CURRENT CONFIG * **
44
+ ** _ PLEASE NOTE CONFIG MAY NOT REPRESENT CURRENT CONFIG _ **
44
45
45
46
![ alt text] ( https://i.imgur.com/cVbz1bN.png " Configuration Comments (Click to Enlarge) ")
46
47
@@ -73,6 +74,7 @@ This script gives you the option to enable some simple chat commands to help you
73
74
> | Admins | !rec (on/off) | on-demand command to start/stop recording in OBS. | !rec on |
74
75
> | Admins | !switch (scene) | switches to the provided SCENE ([ fuzzy match] ( https://wikipedia.org/wiki/Approximate_string_matching ) ). | !switch INTRO |
75
76
> | MODs | !refresh | changes to the REFRESH scene for the set interval. | !refresh |
77
+ > | MODs | !fix | tries to fix the stream. | !fix |
76
78
> | MODs | !trigger (value) | changes the low bitrate threshold to the defined value. | !trigger 1000 |
77
79
> | MODs | !sourceinfo | gives you details about the SOURCE in chat. | !sourceinfo |
78
80
> | MODs | !obsinfo | gives you details about OBS in chat. | !obsinfo |
You can’t perform that action at this time.
0 commit comments