Changes between Version 13 and Version 14 of murmur
- Timestamp:
- Jan 26, 2017, 5:57:12 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
murmur
v13 v14 31 31 == Bots == 32 32 33 Our murmur server comes with t wo broadcast bots: ibot and obot33 Our murmur server comes with three broadcast bots: en-bot, es-bot and o-bot 34 34 35 ibot will broadcast a channel to https://a.stream.mayfirst.org:8000/ibot.webm and obot will broadcast it's channel to https://a.stream.mayfirst.org:8000/obot.webm.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/. 36 36 37 Administrators can drag and drop ibot and obot to whatever channel you like. They can be started by sending them the chat message: /start or stopped by sending the chat message: /stop. 37 For mono-lingual meetings, you only need o-bot (original language bot). Just turn it on and you are done. 38 38 39 The bots are installed on toussaint and can be started/stopped/restarted using systemctl (`systemctl restart ibot; systemctl restart obot`) 39 If you have a meeting with interpretation, then you will need to use en-bot and es-bot. 40 41 en-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. 42 43 es-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. 44 45 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). 46 47 The bots are installed on toussaint and can be started/stopped/restarted using systemctl (`systemctl restart o-bot; systemctl restart o-bot`) 40 48 41 49 === Installation === … … 61 69 1. Type: `make` 62 70 1. In /usr/local/share/mumblerecbot/, create a symlink to pymumble: `ln -s ../pymumble` 63 1. Create /etc/mumblerecbot/{ ibot,obot}71 1. Create /etc/mumblerecbot/{en-bot,es-bot, o-bot} 64 72 1. Copied constant.py to config.py in each directory and edited 65 73 1. Created ices.conf in each directory. 66 74 1. Create var for pid file and logs 67 75 1. Create user `mumblerecbot` and chowned the var directory to this user 68 1. Created /etc/systemd/system/{ ibot,obot}.service files and enabled them76 1. Created /etc/systemd/system/{en-bot,es-bot, o-bot}.service files and enabled them