Changes between Version 14 and Version 15 of murmur
- Timestamp:
- Jan 31, 2017, 2:46:57 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
murmur
v14 v15 49 49 === Installation === 50 50 51 1. Install cython (python c bindings library) and python-dev and ices2and python-protobuf51 1. Install cython (python c bindings library) and python-dev and ffmpeg and python-protobuf 52 52 1. In /usr/local/share, git clone both https://github.com/Robert904/pymumble and https://github.com/Robert904/mumblerecbot 53 53 1. Pull in this change to mumblerecbot: https://github.com/Robert904/mumblerecbot/pull/10/files … … 71 71 1. Create /etc/mumblerecbot/{en-bot,es-bot, o-bot} 72 72 1. Copied constant.py to config.py in each directory and edited 73 1. Created ices.conf in each directory. 73 1. For ENCODER, use (change en-bot to o-bot or es-bot as needed): 74 {{{ 75 ENCODER = "ffmpeg -f s16le -ar 48000 -ac 2 -i - -codec:a libmp3lame -b:a 16k -ac 1 -ar 22050 -content_type audio/mpeg -f mp3 icecast://en-bot:XXXXXXXXXXXXXX@b.stream.mayfirst.org:8000/en-bot.mp3 -c:a libvorbis -content_type audio/webm -f webm icecast://en-bot:XXXXXXXXXXXXXXXXXXXX@b.stream.mayfirst.org:8000/en-bot.webm" 76 }}} 74 77 1. Create var for pid file and logs 75 78 1. Create user `mumblerecbot` and chowned the var directory to this user