Skip to content

Commit d18ef43

Browse files
committed
Add fix command
1 parent ebf1511 commit d18ef43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
Simple app to automatically switch scenes in OBS based on the current bitrate fetched from the NGINX stats page.
1313

1414
Don't feel like setting this all up by yourself? Check out these links for similar solutions!
15+
1516
- [psynapticmedia.com](http://www.psynapticmedia.com/super-stream-system-by-psynaps/)
1617
- [norip.io](https://www.norip.io)
1718

@@ -40,7 +41,7 @@ Edit `config.json` to your own settings.
4041

4142
Here is an example config with comments (click to enlarge):
4243

43-
***PLEASE NOTE CONFIG MAY NOT REPRESENT CURRENT CONFIG***
44+
**_PLEASE NOTE CONFIG MAY NOT REPRESENT CURRENT CONFIG_**
4445

4546
![alt text](https://i.imgur.com/cVbz1bN.png "Configuration Comments (Click to Enlarge)")
4647

@@ -73,6 +74,7 @@ This script gives you the option to enable some simple chat commands to help you
7374
> | Admins | !rec (on/off) | on-demand command to start/stop recording in OBS. | !rec on |
7475
> | Admins | !switch (scene) | switches to the provided SCENE ([fuzzy match](https://wikipedia.org/wiki/Approximate_string_matching)). | !switch INTRO |
7576
> | MODs | !refresh | changes to the REFRESH scene for the set interval. | !refresh |
77+
> | MODs | !fix | tries to fix the stream. | !fix |
7678
> | MODs | !trigger (value) | changes the low bitrate threshold to the defined value. | !trigger 1000 |
7779
> | MODs | !sourceinfo | gives you details about the SOURCE in chat. | !sourceinfo |
7880
> | MODs | !obsinfo | gives you details about OBS in chat. | !obsinfo |

0 commit comments

Comments
 (0)