Changes between Version 16 and Version 17 of murmur


Ignore:
Timestamp:
Nov 27, 2017, 5:48:18 PM (6 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • murmur

    v16 v17  
    1919== Admin Group ==
    2020
     21Members of the admin group can:
     22
     23 * Drag people into a room
     24 * Mute/Deafen and kick people
     25
    2126To add a user to the admin group.
    2227
     
    3136== Bots ==
    3237
     38=== Overview ===
     39
    3340Our murmur server comes with three broadcast bots: en-bot, es-bot and o-bot
    3441
    35 These bots are designed to allow listeners to follow the conversations via a web site. They each broadcast portions of a meeting, via icecast, to https://participate.mayfirst.org/.
     42These bots are designed to allow listeners to follow the conversations via a web site. They each broadcast portions of a meeting, via icecast, to https://participate.mayfirst.org/ and they save a recording.
    3643
    3744The bots are installed on toussaint (same server that murmur is installed on).
    3845
    39 They broadcast to b.stream.mayfirst.org (aka sankara).
     46They broadcast to b.stream.mayfirst.org (aka sankara). They recordings are also saved on sankara (in /srv/icecast and configured via the dump-file icecast.xml directive).
    4047
    4148For mono-lingual meetings, you only need o-bot (original language bot). Just turn it on and you are done.
     
    4350If you have a meeting with interpretation, then you will need to use en-bot and es-bot.
    4451
     52=== How to use them ===
     53
     54Everytime icecast2 is restarted on sankara or murmur is restarted on toussaint, the bots will drop out and need to be restarted.
     55
     56To restart, login to toussaint and use systemctl (e.g.`systemctl restart o-bot; systemctl restart o-bot`)
     57
     58Once started,they should appear in mumble in the "Meeting" room and the "Meeting/Interpret" room.
     59
     60By default, they are not broadcasting to icecast2 - you should instead hear the "fallback" music.
     61
     62To begin broadcast and recording, send a private message to each both with: "/start". You can stop recording with: "/stop".
     63
    4564en-bot should be dragged into the main room when English is spoken, and into the Interpretation room when Spanish is spoken so that it always broadcast in English. An administrator is responsible for moving this bot during the meeting.
    4665
    4766es-bot should be dragged into the main room when Spanish is spoken, and into the Interpretation room when English is spoken so that it always broadcast in Spanish. An administrator is responsible for moving this bot during the meeting.
    4867
    49 Administrators can drag and the bots to whatever channel you like. They can be started by sending them the chat message: /start or stopped by sending the chat message: /stop or configured to auto start/stop when the number of people in the room goes above 3 (including the robots).
    50 
    51 The bots are installed on toussaint and can be started/stopped/restarted using systemctl (`systemctl restart o-bot; systemctl restart o-bot`)
     68Administrators can drag and the bots to whatever channel you like.
    5269
    5370=== Installation ===