#author("2024-09-02T03:25:13+00:00","default:iseki","iseki") #author("2024-09-02T03:26:46+00:00","default:iseki","iseki") * SLVoice [#s6bd2633] - Vivox社の Second Life用チャットシステム - SIPを使用.SIPのパラメータ制御には Vivox Management Server を使用. - SL Viewer が自動的に起動し,XML通信によりViewerから制御される. ** メモ [#oda708a3] - http://wiki.secondlife.com/wiki/Voice - http://wiki.secondlife.com/wiki/Voice/Technical - SLVoice が繋がろうとするサーバ (STUNサーバじゃん!) -- ast5a.vivox.com:3478 (UDP) -- ast5ax1.vivox.com:3478 (UDP) -[[Vivox SIP memo>./memo]] - SLVoiceのデフォルトのポート番号が ''44124'' から ''44125'' に変わった模様 ('09 12/9) **** Viewer Settings for sl_voice_relay[#v3814a00] + Ctrl+Alt+Delete で Advanced モード表示 + Advanced -> Debug Setting.... + VoiceHost, VoicePort の書き換え + vivoxDebugLevel への追加.(例: ''-1 -i 192.168.27.1:44124'') - 設定ファイル:自動的に修正される.~ C:\Documents and Settings\<username>\Application Data\SecondLife\user_settings\settings.xml <key>VoiceHost</key> <map> <key>Comment</key> <string>Client SLVoice host to connect to</string> <key>Type</key> <string>String</string> <key>Value</key> <string>192.168.27.7</string> </map> <key>VoicePort</key> <map> <key>Comment</key> <string>Client SLVoice port to connect to</string> <key>Type</key> <string>U32</string> <key>Value</key> <real>12000</real> </map> ** 通信プロトコル [#t1cfc82d] *** XML [#b39f4d25] **** Region(SIM)サーバ [#zd878e70] - [[Viewer <--> Region(SIM)>./XML_viewer]] **** SLVoice [#c31180ff] - [[Viewer <--> SLVoice>./XML_slvoice]] **** Vivox [#fa84bf73] - [[SLvoice <--> Vivox>./XML_vivox]]~ *** SIP [#o056cfa7] **** Vivox [#kec79522] - [[Vivox: Sip Request>./SIP_request]]~ *** Fig [#sc7f424f] #ref(vivox_sip1.jpg) ** [[Sample Source Code>./Sample_Source]] [#pbebc777] #br