Quantcast
Channel: Ignite Realtime : Popular Discussions - Red5
Viewing all 2000 articles
Browse latest View live

Video not showing in Spark

$
0
0

I've installed Spark 2.6.3 on 2 Windows 7 machines and Openfire 0.7.1 on a Windows 2003 Server.  IM still works fine.

 

I've installed the Redfire plugin on the Openfire server and both Spark clients.

 

When I started a video session with the two Spark client, the the receiving client gets the audio/video request and a blank screen after clicking on "Accept," and the sending client also has a blank screen with the error message "This program cannot display this webpage." 

 

My guess is that the Redfire plugin for the server needs to be linked with a web server on Windows 2003.

 

1. Does Openfire or Redfire provide its own web server? I'm guessing yes because it was working on a Windows 7 test machine.

2. Does Windows Server 2003 (and IIS) need to be configured to make it work?

 

How do I get the Redfire plugin working?

 

Doug


Hang Up Error

$
0
0

Hey Dele,

 

When I do a "doHangup" on an active call on the SIP phone. I get a strange error...

 

 

 

Red5SIP Hangup

Hang Up Error SIPUser hangup

closeMediaApplication

halting sip audio..

sender halted

receiver halted

RtpStreamReceiver: RtpStreamReceiver: Terminated

RtpStreamReceiver: Frames = 4209

Hang Up Error SIPUser closeStreams

RTMPUser stopStream

Red5SIP Stream subscribe close: 1a808a1e-496c-4e32-8ce9-bcaf64031a63

Red5SIP Stream broadcast close: microphone_1210759021725

Red5SIP Client leaving app 1

Stopped Asao2Ulaw

Stopped ASAOThread

Total blocks processed = 213

In stopThread()

RtpStreamSender: RtpStreamSender: Error reading from InputStream

Stopped Asao2Ulaw

Stopped ASAOThread

In stopThread()

Stopped thread alive=false

In stopThread()

In stopThread()

RtpStreamSender: RtpStreamSender: Terminated

onCallClosed()

CLOSE/OK

Hang Up Error SIPUser closeStreams

Red5SIP Stream stop: microphone_1210759021725

Hang Up ErrorHang Up Error org.red5.server.service.ServiceInvoker - Error executing call: Service: null Method: publish Num Params: 10: null

Hang Up ErrorHang Up Error org.red5.server.service.ServiceInvoker - Service invocation error

java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:217)

at org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:179)

at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:385)

at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:1 43)

at org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.ja va:119)

at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived (AbstractIoFilterChain.java:570)

at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:299)

at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:53)

at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:648)

at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java :220)

at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Execut orFilter.java:264)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 885)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)

at java.lang.Thread.run(Thread.java:619)

Caused by: java.lang.NullPointerException

at org.red5.server.stream.StreamService.publish(StreamService.java:268)

... 18 common frames omitted

Red5SIP streamStatus

Hang Up Error SIPUser streamStatus stop

Stopped thread alive=true

 

 

 

As you can see it looks like something is calling "publish" with 10 params and then theres a NullPointerException? I can't seem to figure it out. Any ideas?

 

 

 

Also, I just noticed that after this error occurs, I can't use the SIP phone to register again until I restart Red5 or wait a long time.

 

 

 

 

 

Thanks,

-Chris

Error executing call: Service: null Method: play Num Params: 30: speaker_12169629228381: -20002: -1000

$
0
0
hi,everyone:
i installed red5 server (svn standalone) in linux,when i using,red5phone error:
the red5 server getted from svn.
i had modified SipUser.java
  /*appPath = appPath.substring(0, (appPath.length() - 8));*/
[INFO] [pool-4-thread-16] org.red5.server.stream.ProviderService - getVODProviderFile scope path:  name: speaker_1216962922838
[WARN] [pool-4-thread-16] org.red5.server.stream.ProviderService - File was null or did not exist: speaker_1216962922838
[INFO] [pool-4-thread-16] org.red5.server.stream.ProviderService - getVODProviderFile scope path:  name: speaker_1216962922838
[WARN] [pool-4-thread-16] org.red5.server.stream.ProviderService - File was null or did not exist: speaker_1216962922838
[ERROR] [pool-4-thread-16] org.red5.server.service.ServiceInvoker - Error executing call: Service: null Method: play Num Params: 30: speaker_12169629228381: -20002: -1000
[ERROR] [pool-4-thread-16] org.red5.server.service.ServiceInvoker - Service invocation error
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:201)
        at org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:179)
        at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:389)
        at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:1 43)
        at org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.ja va:126)
        at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived (AbstractIoFilterChain.java:570)
        at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:299)
        at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:53)
        at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:648)
        at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java :220)
        at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Execut orFilter.java:264)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.NullPointerException
        at org.red5.server.stream.PlayEngine.play(PlayEngine.java:401)
        at org.red5.server.stream.PlayEngine.play(PlayEngine.java:276)
        at org.red5.server.stream.PlaylistSubscriberStream.play(PlaylistSubscriberStream.j ava:247)
        at org.red5.server.stream.StreamService.play(StreamService.java:297)
        at org.red5.server.stream.StreamService.play(StreamService.java:309)
        ... 18 common frames omitted
pls help me,i want to learn the red5phone project,help.
thank you very much!

Red5 Video Conferencing

$
0
0

I installed Red5 on my OpenFire server and on two Spark accounts.  When we try to do video chat, I can only see myself and the other person can only see himself.  Does anyone have any idea what could be causing this to not work?

Redfire 0.0.0.4 Release

$
0
0

After some feedback and a bit more development, I am happy to release version 0.0.0.4 for community beta testing. The changes were mostly to support the Redfire plugin for Spark which is planned to be included in the official Spark 2.6.1 release. You WILL NEED the latest Flash Player 10.3

 

Image3.png

 

So what is new for Redfire plugin for Spark?

  1. Native integration for Window OS users only. The audio/video and screenshare now appear in native Spark windows instead of the browser.
  2. Other suggestions discussed here and here
  3. New audio/video applications redfire_video.html and redfire_2way.html developed in Flex to replace the old Openlaszlo apps. A big thank you to Mike Grimwade who started work on this.
  4. Support for Flash Player echo cancellation. You do not need a headset anymore.
  5. Support for RTMFP (peer-to-peer). Audio/Video is sent between clients directly without using the Red5 server provided there is a route between clients otherwise an RTMP connection to Redfire is used.

 

To ensure there is a route, you need a way for the clients to discover each other. There are 3 methods:

 

  1. Make sure each client can access the public Adobe RTMFP server on the Internet at p2p.rtmfp.net
  2. Use an internal private RTMFP server like Adobe FMS 4.x or the OpenRTMFP server Cumulus
  3. If IP Multicast is supported on your network and all your clients are on the same subnet (192.168.1.x for example)

 

The default is to use the public p2p.rtmfp.net service. To change this, edit redfire_2way.html and redfire_video.html. Replace this line

 

var rtmfpUrl          = getPageParameter('rtmfpUrl', 'rtmfp://p2p.rtmfp.net/xxxxxxxxxxxxxxx-zzzzzzzzzzzzz/');

 

If you have your own RTMFP server like FMS 4.x, use "rtmfp://my_rtmfp_server/"

If you want to use pure IP multicast on your own private subnet, use "rtmfp:"

If you want to force RTMP always with no peer-to-peer, use "localhost"

 

Finally, to upgrade your existing Redfire plugin for Spark,

 

  1. Quit Spark,
  2. Delete the redfire-plugin folder and redfire-plugin.jar file in your USER_HOME\Spark\plugins
  3. Copy new redfire-plugin.jar to SPARK_HOME\plugins
  4. Restart Spark

 

Where can I download the plugin

 

For Openfire 3.6.4 and below http://redfire.googlecode.com/files/redfire-364-0.0.04.zip

For Openfire 3.7.0 and above http://redfire.googlecode.com/files/redfire-370-0.0.04.zip

How to use red5phone

$
0
0

Dear friends,

I've managed to install redfire plugin on openfire 3.6.0.

Right now i want to use red5phone, but i do not understand the parameters such as : phone#, username, password, realm, server, red5 url.

How to fill those parameters? and what is Call Me button used for?

 

Best Regards

Redfire is still alive

$
0
0

A new version of  Redfire (0.0.3.0) has been posted on project site http://code.google.com/p/redfire/

 

It has three major changes

 

  • The Redfire plugin for Spark now uses the multicast DNS protocol to auto-discover the Redfire plugin for Openfire and obtain the server address and port number in order to load the web pages for the audio/video chat. I have not tested it properly, so please report any issues found.

 

  • Support for RTMFP has been added using Cumulus OpenRTMFP server. It is disabled by default as the binary for only Windows is provided. Linux users must download and build the binary from source and point the "cumulus.path" Openfire property at the binary file location. When enabled, all audio/video calls can be peer to peer using UDP instead of TCP and improving performance.

 

  • Red5Phone is now replaced with Redfire-Phono which a modified version of the Phono SDK from Voxeo. It is a Javascript library based on jQuery and Strophe that enables telephone calls to be made from a web browser. Redfire-Phono allows Jingle audio calls using the RTMP transport between any Redfire-Phono users as well as audio calls to any SIP address and external telephone numbers using a configured gateway with the SIP plugin for Openfire.

    Image2.jpg

 

I still do not have a 64-bit Windows PC, so all reported issues with redfire plugin for Spark on 64-bit PCs have not been fixed.

When RedSpark plugin will be available?

$
0
0

I want facebook/gmail type chat on my website, i have tried some xmpp clients like jappix etc but could not able to configure them with openfire, Can some body tell me about RedSpark plugin, when that will be available?

 

Thanks.


Redfire 0.0.0.5 Release

$
0
0

Ignite realtime communiity is happy to release Redfire version 0.5 with Spark plugin version 0.8

 

Changelog
  • Fixed: Home page (index.html) page broken links due to last set of changes. Added missing publisher.swf tester appliccation
  • Fixed: Prompt for Redfire audio/video in Spark does get removed
  • Fixed: URL still shows when prompt is displayed in Spark
  • Fixed: Cursor position incorrect when x and y not zero in screenshare
  • Fixed: malformed URL error with "about:blank"
  • Changed: RTMP is now the default instead of RTMFP for 2way and conf audio/video. Edit redfire_2way.html ad redfire_video.html files to enable RTMFP. It is assumed you understand how RTMFP works and how to enable P2P on your network.
  • Changed: Maximium frame rate improved in screenshare and now exposed as a new parameter. Default is 30, but in practice, you would need a very fast PC and lots of bandwidth to share a full 1400x1050 in 30fps.
  • Changed: Video quality improved at expense of bandwidth. Edit redfire_2way.html ad redfire_video.html files to configure as required.  It is assumed you understand how Flash video works and the implications of changing quality, bandwidth and frame rate parameters.

 

How to use Redfire plugin for Spark

 

You can share audio/video in a chat or chat room (12 people max) by clicking on the red5 icon

Image5.png

 

You can share all or part or your desktop screen in a chat or chat room by clicking on the picture icon next to the red5 icon

Image7.png

 

How to upgrade your existing Redfire plugin for Spark,
  1. Quit Spark,
  2. Delete the redfire-plugin folder and redfire-plugin.jar file in your USER_HOME\Spark\plugins
  3. Download the new redfire-plugin.jar file from your Redfire home page
  4. Copy new redfire-plugin.jar to SPARK_HOME\plugins
  5. Restart Spark

 

Where can I download the plugin

For Openfire 3.6.4 and below http://redfire.googlecode.com/files/redfire-364-0.0.05.zip

For Openfire 3.7.0 and above http://redfire.googlecode.com/files/redfire-370-0.0.05.zip

Red5 & conference room video

$
0
0

Hello I would like to no if it would be possible to add to the conference  chat room & private room right mouse click men. The add and remove video roster.It would make the conference chat  room much better as if there are more than 12 in the chatroom the video roster gets unstable.this change would then allow chatters to webcam  with who they would like instead of the auto roster. 

wish list

 

Come try out my webcam chat room webcam required  at the Webcam Cafe

 

free  public chat room and messenger

 

 

 

 

 

http://kingshomeworld.com:9090/red5

Spark plugin goes to wrong URL

$
0
0

In trying to get Redfire working, I've noticed that my problem is that the Spark plugin is taking me to the wrong URL when screen sharing - and I assume when it's trying to do anything else...which would explain why it's not working. I'm wondering how it comes up with that screen sharing URL....in my case, I'm logged into Spark by using an IP address for the server name - I would have expected it to use that for the host name in the URL, but instead it's using a domain name that doesn't resolve to my Openfire server. The name was listed as the "server name", under the server properties on the admin page - so I tried changing that, but the URL still remained the same...so I'm really not sure where it's getting that from. Any ideas?

Redfire is not working in centos 6.

$
0
0

hello i am new to openfire and have setup openfire successfully. thankfull to openfire community.

 

now i am getting issue in redfire + Openfire 3.8

 

issue : I can see only my video but not participant video.


same war fiel is deployed in windows and that's working fine but in linux environment its not working.

 

please help me.

 

yhanks in advance.

Red5 Plugin version 0.1.11

$
0
0

http://red5.4ng.net/red5-0.1.11.zip

 

Red5 Plugin Changelog

0.1.11 - 14th February 2009

New and Changed Features

  • Lior Herman contribution: Red5phone show busy or rejected message for busy outgoing calls.
  • Jose Kerne contribution: Add make.sh for compile source code under linux.

Faults Fixed

  • Janny_buh contribution: Patch all sip Register message using same Call-ID header and increment Cseq as recommended by RFC3261.
  • Openlaszlo callme API and SparkWeb made compatible with latest chages to Red5phone

Download link for the Red5 plugin for Openfire

Red5Call videosize

$
0
0

Hi guys,

 

sorry if there is already any solution provided in here but i haven't found one with the boardsearch...

 

anyway... i'm trying to establish openfire as a conferencing tool in our company... it's working great but the size of the webcamcall is a little bit to small for our leaders. Is there any possibility to get the call fullscreen or at least the conferencing partner a little bit bigger?...

 

I'm sorry for the bad english in the text above... i'm workin' on it

 

Although... I hope to get some answears soon...

Thank you all

Blacktronix


the problem about Video with Spark

$
0
0

Hello everyone!

I want to use openfire 3.7.0/spark 2.6.3 with video. After Install redfire-370-0.0.06.zip, the Vedio with two users is OK,but the window is not close and the spark is died. I don't known the reason.

 

My OS is XP SP3. Openfire is installed in this machine and one Spark in this, the other spark installed in a windows2003 machine.

 

My install step with Redfire is:

1. unzip the redfire.war to D:\Openfire\plugins

2. start openfire, and see http://127.0.0.1:7070/redfire/, I try the "2Way audio/video" is OK.

3. then I download the redfire-plugin.jar from http://127.0.0.1:7070/redfire/ to D:\Spark\plugins.

4. run spark.

 

I find, when I copy the redfire.war to openfire/plugins and start, show any information, include some error:

 

java.sql.SQLException: ¶ÔÏóÃû 'ofvoicebridge' ÎÞЧ¡£
at com.ifsoft.iftalk.plugin.voicebridge.SiteDao.insert(SiteDao.java:116)
at org.red5.server.webapp.voicebridge.Application.appStart(Application.java:102)
at org.red5.server.adapter.MultiThreadedApplicationAdapter.start(MultiThreadedAppl icationAdapter.java:413)
at org.red5.server.Scope.start(Scope.java:1175)
at org.red5.server.Scope.init(Scope.java:910)
at org.red5.server.WebScope.register(WebScope.java:198)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.in vokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1544)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.in vokeInitMethods(AbstractAutowireCapableBeanFactory.java:1485)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.in itializeBean(AbstractAutowireCapableBeanFactory.java:1417)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.do CreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.cr eateBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(Abstr actBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingl eton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Abstrac tBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractB eanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstant iateSingletons(DefaultListableBeanFactory.java:580)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactor yInitialization(AbstractApplicationContext.java:895)
at org.springframework.context.support.AbstractApplicationContext.refresh(Abstract ApplicationContext.java:425)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(Conte xtLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(Context Loader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(Contex tLoaderListener.java:47)
at org.red5.server.war.WarLoaderServlet.contextInitialized(WarLoaderServlet.java:1 14)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.jav a:645)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHand ler.java:189)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:978)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:586 )
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:349)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java :55)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.ja va:165)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandle rCollection.java:162)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java :55)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.ja va:165)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java :55)
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:92)
at org.eclipse.jetty.server.Server.doStart(Server.java:228)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java :55)
at org.jivesoftware.openfire.http.HttpBindManager.start(HttpBindManager.java:118)
at org.jivesoftware.openfire.spi.ConnectionManagerImpl.startHTTPBindListeners(Conn ectionManagerImpl.java:555)
at org.jivesoftware.openfire.spi.ConnectionManagerImpl.startListeners(ConnectionMa nagerImpl.java:168)
at org.jivesoftware.openfire.spi.ConnectionManagerImpl.access$000(ConnectionManage rImpl.java:84)
at org.jivesoftware.openfire.spi.ConnectionManagerImpl$1.pluginsMonitored(Connecti onManagerImpl.java:140)
at org.jivesoftware.openfire.container.PluginManager.firePluginsMonitored(PluginMa nager.java:568)
at org.jivesoftware.openfire.container.PluginManager.access$800(PluginManager.java :80)
at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:1077)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101 (Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodi c(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknow n Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

 

I don't known what's mean.

 

Could anyone help me? Thanks a lot!

Grey Screen Outside Firewall Openfire 3.7 Win7-64bit Redfire .06 Win7-64bit

$
0
0

I tried my best to read everyone's resolution for the grey screen problem, but mine seems to be for users outside the network.

 

I have the following ports open:

 

5222, 5223, 7070, 7777, 7443, 5229, 3478, 3479

 

Openfire works great with all my users until I tried to implement redfire.

 

Initially I installed red5 plugin and of course it is no longer supported.  I finally located the Redfire plugin and installed it.  Upon reboot of Openfire, I receive the red SLF4J: Class path contains multiple SLF4J warnings in the colsole.  I continued and was able to get to the 7070 test page on a workstation behind the firewall and everything seemed to be in order.  Installed the latest Spark plugin and still things are just fine.

 

So when it was time to test it on a user outside the firewall, we get the black grey screen.  Thinking it may be something with Spark, I had him run through the test page, more grey.  We tried the 2-way and the Screen publisher.  Still no dice.

 

Am I missing an open port from my list above?  Or since I am behind a firewall and my server domain is different than my public domain, is there a switch I need to set that corrects that?

 

Any comments would be appreciated.

problem with spark audio/video

$
0
0

Hi ,

 

i am new to open fire and red5.

i am using openfire 3.6.4 ,red5-0.1.11, spark2.6.3 (red5 0.0.6) in windows.

 

plugin and everthing installed fine comming to audio/video is not working

iam getting blank screen re5 audio/video presence

how can i start using this without any problem .

please any one help me on this ......

 

Thanx

Is the plugin: Redfire (red5) Supports video calls?

$
0
0

Hi, 

 

1.

I want to know if the plugin: Redfire (red5) Supports video calls?  If so then someone can share a picture of how it looks in Spark (or give a link?)

 

2.

I'm going to re-install the system, what are the recommendations for installation in terms of versions?

To the REDFIRE will work properly with users?

Incorret URL

$
0
0

Hi guys.

 

I have the openfire-3.8.1 with redfire installed in my server. When I click in the Redfire button in a chat window, its open a new window trying to connect in the server. But, the URL is incorrect.

 

My xmpp.domain is defined like my AD. And, my hostname of OF server is other name:

 

xmpp.domain = worknet.work (AD)

 

OF hostname = im.worknet.work

 

So, its try to connect: http://worknet.work:7070 and doesnt work.

 

Where I can change this to connect in the right url (server)? I changed the red5.properties but no effect.

 

Regards.

Viewing all 2000 articles
Browse latest View live