- 2010-06-21 (月) 16:57
バーチャルサーバとは
分野によって意味が違うのですが、Mumble では 1プロセスでサーバを複数建てることです。
ICEもしくはD-Busインターフェイスを使って作成されたツールを使って設定します。
ICEを使った管理方法
ICEを使って作成されたツールを使った管理方法です。
設定方法はだいたいこんな感じです。
1の方法は、おそらく簡単ですがあまり機能は高くありません。
Linuxを使うだけの知識があるのなら2の方法で自分のサーバにWEBインターフェイスを設置するといろいろいじれて楽しいです。
WindowsでWebインターフェイスを使う方法は少し面倒なので知識のある人向けになります。
D-Bus のを使った管理方法
D-Busを使用するには、設定ファイルのdbusの項目を有効にする必要があります。
D-Busを使用した設定は、dbus-sendというプログラムを使います。
Linux の場合はD-Busがインストールされていればパスが通っているはずです。
Windows の場合は、dbus-sendはMumbleのインストールフォルダにあります。コマンドプロンプトを開き Mumble のインストールフォルダに移動してからコマンドを入力します。
cd "C:\Program Files\Mumble\"
バーチャルサーバ関連のD-Busコマンド
バーチャルサーバのリスト取得
dbus-send --print-reply --dest=net.sourceforge.mumble.murmur --type=method_call / net.sourceforge.mumble.Meta.getAllServers
バーチャルサーバの追加
dbus-send --print-reply --dest=net.sourceforge.mumble.murmur --type=method_call / net.sourceforge.mumble.Meta.newServer
バーチャルサーバの削除
dbus-send --print-reply --dest=net.sourceforge.mumble.murmur --type=method_call / net.sourceforge.mumble.Meta.deleteServer int32:
バーチャルサーバの開始
dbus-send --print-reply --dest=net.sourceforge.mumble.murmur --type=method_call / net.sourceforge.mumble.Meta.start int32:
バーチャルサーバの停止
dbus-send --print-reply --dest=net.sourceforge.mumble.murmur --type=method_call / net.sourceforge.mumble.Meta.stop int32:
Server configuration
設定の表示
dbus-send --print-reply --dest=net.sourceforge.mumble.murmur --type=method_call / net.sourceforge.mumble.Meta.getDefaultConf dbus-send --print-reply --dest=net.sourceforge.mumble.murmur --type=method_call / net.sourceforge.mumble.Meta.getAllConf int32:
設定
dbus-send --print-reply --dest=net.sourceforge.mumble.murmur --type=method_call / net.sourceforge.mumble.Meta.setConf int32: string:"" string:""
スポンサード リンク
コメント:0
トラックバック:0
- このエントリーのトラックバックURL
- https://www.arcenserv.info/mumble/murmur/12x/virtualserver/trackback/
- Listed below are links to weblogs that reference
- バーチャルサーバ関連 from 死者のページ