Redfire 0.0.0.3 Release

Redspark is the replacement for the old Red5 Sparkweb. Read this

Ok I know I’m implementing this and its not supported in my instance due to the openfire ingration. However, everything works fine except when we invite someone to video/audio or screen sharing it sends the url as:

http://null:7070/redfire/blahblahblah

If we change the URL to the correct server fqdn it works fine, now your probably wondering what openfire implemenation we’re messing with and its the sipXecs integrated version.

Basically what I’m asking is where is the information stored for the URL to be generated? I’m sure sipXecs has some variable set, however I’d like to hardcode it to see if it makes a difference.

If anyone can help I’d greatly appreciate it.

Redfire 0.0.0.3 is broken with Spark 2.6.0 final release. It is normally done here (Red5Plugin.java) in the Spark Redfire plugin

private String protocol = “http://”;

private String red5server = SparkManager.getSessionManager().getServerAddress();

private String red5port = “7070”;

private String url = protocol + red5server + “:” + red5port;

For now, use the red5.properties file explained somewhere above to over-ride the Openfire server host name

Here is Redfire plugin for Spark ver 0.0.5 which fixes this issue
redfire-plugin.jar (3147278 Bytes)

Your fantastic, I just implemented the red5 properties too.

EDIT: just downloaded it and over wrote the old and and now the plugin doesn’t show up in Spark

Hello everyone,

I am one of the new user to OpenFire , spark, and sparkweb. Everything seems to be ok. I also just downloaded the plug in for sparkweb from the above link in this forum which is here: http://community.igniterealtime.org/servlet/JiveServlet/download/210883-10717/RT MPConnection.as.zip

but I don’t know how to install it in sparkweb. Can anyone point me to the right direction?

Thank for all the help and thank the team for their great work.

Dear Dele,

I tested >c:/ telnet openfire(my server) 1935

its open

i am also tested in ping.eu its showing open.

but i can’t get video from outside its showing error,

I attached that error.

Please help what want i do

I appreciate your Redfire plugin for spark. That’s a very useful tool for my work.

You know that right mouse clicks are not handled in screen share, but sometimes we do need to use it

My question is How can I enable the right mouse clicks in screen share?

If not, do you have any workaround for this issue?

I’m looking forward to your reply. Thanks a lot in advance.

David