Hi mammoloji, I Don’t use Vivox, and Fleep did a great job of outlining Vivox as I understand it. I did set up Freeswitch for a while. But I chose Mumble voice.
It was easy to set up for me. On my Debian Squeeze I simply Apt-get Installed the murmur-server. That was it for installation. For Opensim I extracted Whisper-20111110-for-OpenSim-0.7.3-dev.4567555 <https://github.com/downloads/justincc/whisper_server/Whisper-20111205-for-OpenSim-0.7.3-dev.4567555.zip> into my Opensim bin directory. Then in my gridcommon.ini I added [MurmurVoice] ; New voice daemon which will do speaker indication, ; positional voice, and high quality audio codec. Host voice on the ; same server, or use Glacier2 to proxy the insecure ICE protocol. enabled = true ; Hostname to send the user murmur_host = xxx.xxx.xx.xx ; Your Server IP address ; Server identifier (normally 1) murmur_sid = 1 ; Endpoint to system running mumble (see murmur.ini) ; Port must be unique for each region server on your box. murmur_ice = tcp -h 127.0.0.1 -p 6502 ; Endpoint to this system: callback entry from murmur server ; (not needed for glacier2) murmur_ice_cb= tcp -h 127.0.0.1 -p 6503 ; Parent channel name to use channel_name = Your Region Name ; Enable use of glacier2 (ignore murmur_ice_cb if false) glacier = false ; the following parameters are only used when working with Glacier 2 ; Glacier proxy glacier_ice = Glacier2/router:tcp -p 4063 -h <murmur-ip> ; Glacier session user glacier_user = <glacier2-user-name> ; Glacier session password glacier_pass = <glacier2-password> For my Firewall I opened TCP and UDP 64738 And I was done.. Viewers Mumble is currently supported by Imprudence 1.3.2 using the Whisper plugin and Teapot without any addional changes. Support in Zen is coming soon. The plugin Teapot and Zen are using was designed for Kokua, but it has not yet installed it. The Whisper voice module does speaker indication, positional audio and lip sync, and sounds great from my experience. Cheers Twisted ----- Cheers, Twisted -- View this message in context: http://opensim-users.2152040.n2.nabble.com/Activating-voice-in-opensim-tp7578734p7578828.html Sent from the opensim-users mailing list archive at Nabble.com. _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
