Commit f8d55e25 authored by Dele Olajide's avatar Dele Olajide Committed by dele

Jitsi Videobridge plugin - Reorganised web apps folder. Added ofmeet

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13956 b35dd754-fafc-0310-a699-88a17e54d16e
parent 53cf5109
...@@ -44,6 +44,16 @@ ...@@ -44,6 +44,16 @@
Jitsi Video Bridge Plugin Changelog Jitsi Video Bridge Plugin Changelog
</h1> </h1>
<p><b>1.2</b> -- Feb 15th, 2014</p>
<ul>
<li>Added latest jitmeet web conference application</li>
<li>Restructured web apps folder</li>
<li>Added logging of XMPP messages in web browser console</li>
<li>Fixed warining message about channle expiry</li>
<li>jitsivideobridge: Updated to https://github.com/jitsi/jitsi-videobridge/commit/a63c8c0dd901e1f9a6f164264338d3a4a89e97fd</li>
</ul>
<p><b>1.1.1</b> -- Feb 9th, 2014</p> <p><b>1.1.1</b> -- Feb 9th, 2014</p>
<ul> <ul>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<licenseType>LGPL</licenseType> <licenseType>LGPL</licenseType>
<minServerVersion>3.9.0</minServerVersion> <minServerVersion>3.9.0</minServerVersion>
<name>Jitsi Video Bridge</name> <name>Jitsi Video Bridge</name>
<version>1.1.1</version> <version>1.2</version>
<adminconsole> <adminconsole>
<tab id="tab-server"> <tab id="tab-server">
......
...@@ -67,6 +67,11 @@ It includes the OfMeet video conference application using WebRTC as well as a si ...@@ -67,6 +67,11 @@ It includes the OfMeet video conference application using WebRTC as well as a si
</p> </p>
<h2>Known Issues</h2>
<p>
The first video conference creating after restarting Openfire may fail. Work around is remove all participants from the room and try again or use a new room.
</p>
<h2>Installation</h2> <h2>Installation</h2>
<ol> <ol>
...@@ -81,11 +86,25 @@ Under Server settings -> Jitsi Videobridge tab you can configure the range of UD ...@@ -81,11 +86,25 @@ Under Server settings -> Jitsi Videobridge tab you can configure the range of UD
<h2>How to use</h2> <h2>How to use</h2>
Make sure you are using Google Chrome as your web browser and you have a webcam installed and ready for use. <p>
Make sure:
<ul>
<li>you are using Google Chrome as your web browser</li>
<li>you have a webcam installed and ready for use for each user</li>
<li>you have opened ports 50000 - 60000 (or whatever you configured) on your openfire server</li>
</ul>
</p> </p>
To run the demo video conference application, point your browser at https://your_server:7443/ofmeet <h2>OfMeet</h2>
To run the ofmeet video conference application, point your browser at https://your_server:7443/jitsi/apps/ofmeet
<p/>
<h2>Candy</h2>
To run the Candy web application with multi-user video, point your browser at https://your_server:7443/jitsi/apps/candy
<p/>
<h2>Spark</h2>
To download the Spark plugin, point your browser at https://your_server:7443/jitsi/apps/spark/jitsivideobridge-plugin.jar
<p/> <p/>
To download the Spark plugin, point your browser at https://your_server:7443/ofmeet/jitsivideobridge-plugin.jar <h2>JitMeet</h2>
To run the jitmeet video conference application, point your browser at https://your_server:7443/jitsi/apps/jitmeet
<p/> <p/>
You will need Google Chrome as your default browser to use the Spark plugin You will need Google Chrome as your default browser to use the Spark plugin
</body> </body>
......
<html>
<head><title></title>
<meta http-equiv="refresh" content="0;URL=example/index.html">
</head>
<body>
</body>
</html>
...@@ -107,8 +107,8 @@ CandyShop.Videobridge = (function(self, Candy, $) { ...@@ -107,8 +107,8 @@ CandyShop.Videobridge = (function(self, Candy, $) {
$(this).removeClass('active'); $(this).removeClass('active');
} else { } else {
var url = "../../publish.html?r=" + videobridge + "&screen=true"; //var url = "../../publish.html?r=" + videobridge + "&screen=true";
//var url = "/ofmeet/publish.html?r=" + videobridge + "&screen=true"; var url = "/jitsi/apps/ofmeet/publish.html?r=" + videobridge + "&screen=true";
$("body").append("<div id='screenshare'><iframe style='display:none' src='" + url + "'></iframe></div>"); $("body").append("<div id='screenshare'><iframe style='display:none' src='" + url + "'></iframe></div>");
$("#screen").addClass("fa-border"); $("#screen").addClass("fa-border");
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment