Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Chat Widget

John Regan edited this page Apr 16, 2017 · 6 revisions

Chat Widget

The chat widget is an embedded version of the chat interface. You can use it with the OBS BrowserSource plugin.

It's mostly configured by setting some URL query parameters. Here's an example URL:

http://127.0.0.1:8081/stream/7/chat?widget&hide_irc&from_bottom&font_size=16&token=005DA1A3540565CEACCC

Here's each query parameter and what they do:

  • token - required, this is how you authenticate to multistreamer
  • widget - required, enables the chat widget mode
  • hide_irc - if this exists, IRC messages will not be shown.
  • from_bottom - if this exists, messages will appear at the bottom of the widget, and work their way up
  • font_size - sets the font size in pixels
Clone this wiki locally