Commit 6de694bf authored by Dele Olajide's avatar Dele Olajide Committed by dele

Rayo plugin - Fix opus native lib conflict with Jitsi Videobridge

Jitsi Videobridge plugin - fix default UDP port range conflict with rayo

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13823 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8bc04cbc
...@@ -67,12 +67,12 @@ public class PluginImpl ...@@ -67,12 +67,12 @@ public class PluginImpl
/** /**
* The minimum port number default value. * The minimum port number default value.
*/ */
public static final int MIN_PORT_DEFAULT_VALUE = 5000; public static final int MIN_PORT_DEFAULT_VALUE = 50000;
/** /**
* The maximum port number default value. * The maximum port number default value.
*/ */
public static final int MAX_PORT_DEFAULT_VALUE = 6000; public static final int MAX_PORT_DEFAULT_VALUE = 60000;
/** /**
* The Jabber component which has been added to {@link #componentManager} * The Jabber component which has been added to {@link #componentManager}
......
...@@ -67,7 +67,7 @@ public class Opus ...@@ -67,7 +67,7 @@ public class Opus
*/ */
static static
{ {
System.loadLibrary("jnopus"); System.loadLibrary("jnopus-rayo");
} }
/** /**
......
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