This is the demo page for the Mumble Channel Viewer (MCV). MCV uses the jQuery library and the JSONP protocol. You will need the JSONP URL for your Mumble server.

The URL you enter into the mumbleChannelViewerJsonUri variable must include the callback argument in the query string. Here are some examples:

Example One

Your JSON URL is: http://10.0.0.1/json The URL you enter should be: http://10.0.0.1/json?callback=?

Example Two

Your JSON URL is: http://10.0.0.1/json?accountId=1 The URL you enter should be: http://10.0.0.1/json?accountId=1&callback=?