Chat Widget - altodd/multistreamer GitHub Wiki
The chat widget is an embedded version of the chat interface. You can use it with the OBS BrowserSource plugin.
You can create your URL manually, or you can click the Chat Widget
link to pull up an interface for building the URL interactively, with
a preview of how the chat widget will operate.
Here's an example URL:
http://127.0.0.1:8081/stream/7/chat?widget&hide_irc&from_bottom&font_size=16&token=XXXXXXXXXXXXX
Here's each query parameter and what they do:
token- required, this is how you authenticate to multistreamerwidget- required, enables the chat widget modehide_irc- if this exists, IRC messages will not be shown.hide_pm- if this exists, private messages (twitch whispers, IRC PMs, etc) will not be shownfrom_bottom- if this exists, messages will appear at the bottom of the widget, and work their way upfont_size=x- sets the font size toxpixelsfadeout=x- fade out messages afterxsecondscompact- enable the "compact" layout, which works well for narrower windowsnight_mode=(true|false)- force night mode to be on or off