{% extends "base.njk" %} {% block content %}

Chatting

The webclient for chat can be accessed on the streamer's page, or at https://{{ domain }}/chat

The following commands are available:
/nick sally (password) Password is only required if sally is a registered user.
/join sally Join the chatroom for sally's stream and leave the previous room.
/kick bob Available only in your own room if you are a streamer. Forcefully disconnect the user.
/ban bob (time) Ban a user from your room. Bans are based on IP address. The optional time is in minutes. The default is 30.
/banlist List the IPs currently banned from your room.
/unban (ip) self explanatory

Chat rooms can also be mirrored to discord channels, IRC channels, and twitch streams. Ask the instance administrator if these are available.

Streaming

Users should stream to rtmp://{{ domain }}/stream/Stream-Key

The stream will be available at rtmp://{{ domain }}/live/username
or at your page on https://{{ domain }}/users/username

Most software, such as OBS, will have a separate field for the URL and stream key, in which case you can enter rtmp://{{ domain }}/stream/ and the stream key in the appropriate field. {% endblock %}