Closed ndandanov closed 7 years ago
Note that this all is very experimental code - your mileage may vary.
Please look at the Openfire log files. I suspect that they will tell you that the plugins won't be executed, as your version of Openfire is not 4.2.0 Alpha or higher.
The current master branch of Openfire is 4.2.0 Alpha - try using that.
Thank you, @guusdk!
Exactly this was the issue. I managed to build the latest Openfire with make
(I also saw that you recommended going in the build
directory and executing ant openfire
).
Everything seems to be working properly.
However, the OpenFire Meeting plugin looks the same as https://meet.jit.si/ and has the same functionalities.
Unlike this one, the stable ofmeet
was really feature-rich.
Am I making a mistake somewhere or this is just the way it is supposed to be?
How can I configure the ofmeet
plugin - if there are any specific configurations like with Jitsi?
Sorry if I am going too much off-topic. :)
You are right. The newer OFMeet is more like the upstream Jitsi Meet (more features might be added later).
We've found that over time, all of the custom code made it impossible to keep up with the changes in Jitsi.
On 30 May 2017 at 15:38, ndandanov notifications@github.com wrote:
Thank you, @guusdk https://github.com/guusdk! Exactly this was the issue. I managed to build the latest Openfire with make (I also saw that you recommended going in the build directory and executing ant openfire).
Everything seems to be working properly. However, the OpenFire Meeting plugin looks the same as https://meet.jit.si/ and has the same functionalities. Unlike this one, the stable ofmeet was really feature-rich.
Am I making a mistake somewhere or this is just the way it is supposed to be? How can I configure the ofmeet plugin - if there are any specific configurations like with Jitsi?
Sorry if I am going too much off-topic. :)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/igniterealtime/community-plugins/issues/29#issuecomment-304880901, or mute the thread https://github.com/notifications/unsubscribe-auth/AEDoythkmSORIV1M8uR2z2OmL-USBJdTks5r_BvtgaJpZM4NqKl5 .
Thank you, Guus! That's what I also thought.
Again a small question in the off-topic domain: is there any way to enable Firefox (latest version) support with the current ofmeet
stable release? E.g. through configuration or other modifications similar?
Or, perhaps, another nice meetings "plugin" for OF?
Aside of that, I would like to contribute with the integration, of course if I can provide the needed competencies :)
I honestly don't know. I think firefox works, if you install some kind of plugin in the browser? It should be the same as with the regular jitsi.meet service.
I would welcome your PRs :)
On 30 May 2017 at 16:11, ndandanov notifications@github.com wrote:
Thank you, Guus! That's what I also thought.
Again a small question in the off-topic domain: is there any way to enable Firefox (latest version) support with the current ofmeet stable release? E.g. through configuration or other modifications similar? Or, perhaps, another nice meetings "plugin" for OF?
Aside of that, I would like to contribute with the integration, of course if I can provide the needed competencies :)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/igniterealtime/community-plugins/issues/29#issuecomment-304890491, or mute the thread https://github.com/notifications/unsubscribe-auth/AEDoynPxyVilucxXQIXq3bMNDnh4YNIeks5r_COSgaJpZM4NqKl5 .
Thanks, Guus! I was referring to #17 where @deleolajide explains why it is hard to include the nice features of the stable release with the latest Jitsi code.
This seems to be the same reason why currently only Chrome, Chromium and Opera are supported. At least that is what the ofmeet
plugin says when trying to open the web interface from Firefox :)
I am quite new to OpenFire and do not have a lot of experience with development, but I think that sooner or later I may be able to contribute, even if it would not be much.
In theory, branch 0.4.x of ofmeet should work with Firefox without plugin as meet.jit.si does, but I have not tested it. I can confirm it works with IOS and Android versions of Jitsi-Meet if that helps.
Internet Explorer and Safari both require the temasys webrtc plugin.
@deleolajide, you are correct - I tried launching the version from branch 0.4.x in Firefox, but I could not connect to a video room. It may be due to a cache issue and it is completely possible that it works fine.
My question was whether there is a way to support Firefox with the stable (i.e., 0.3.x) version of ofmeet
.
It really has great features, whereas version 0.4.x has more or less the same as the original Jitsi.
Please not that we have moved out the OFMeet project from this repository. It now has a repository of its own: https://github.com/igniterealtime/ofmeet-openfire-plugin
Hello everybody,
After the kind help of @guusdk in issue #17 I managed to build the ofmeet plugin from branch
ofmeet-version-0.4.x
.First, I built and installed https://github.com/jitsi/jitsi-videobridge-openfire-plugin with
mvn clean install
.Then I built the current project with
mvn clean package
.Both builds went fine without errors.
My problem is that when I deploy the built plugins (
ofmeet.jar
andoffocus.jar
, as the readme suggests), I have no active plugins, according to the OpenFire web interface:I tried with both the 4.1.4 stable version and the nightly build (Openfire 4.1.5 Alpha).
The contents of
/usr/share/openfire/plugins
are:Interestingly, the stable version of the plugin had more files:
When accessing https://conference.lan:7443/ofmeet/, I receive a 404 Not Found error.
I managed to make the plugin show twice in the Plugin Manager. In these cases, visiting https://conference.lan:7443/ofmeet/ returns the contents of
/usr/share/openfire/plugins/ofmeet
.I use Java Version:
1.8.0_131 Oracle Corporation -- OpenJDK 64-Bit Server VM
.Any help would be highly appreciated. Thank you!
Kind regards, Nikolay