Giter Site home page Giter Site logo

redfire's Introduction

Dele Olajide's Stats

redfire's People

Contributors

olajidedele avatar

Stargazers

 avatar

Watchers

 avatar

redfire's Issues

Redfire Recording of all Audio & Vedio Chats

What steps will reproduce the problem?
1. Able to configure the audio & Video Chat. But unable to record all the audio 
& Video Chats.
2. Any Way that we can record all the audio & Video Chat in redfire.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
For Openfire 3.9.3 & redfire for windows

Please provide any additional information below.
Pelase let me know how to do this within red fire and also if any alternative 
methods.

Original issue reported on code.google.com by [email protected] on 27 Dec 2014 at 7:01

B party don't ring

What steps will reproduce the problem?
1. I can't find in which situation this is happen, but I found in the logs
where is the reason

The problem is:

When I make a call between users on the same media server and asterisk the
A party ringing but on B -party there is no ringing.
I see in the stdout.log "NOT the current call"
After that I change the function onCallIncoming in file SIPUserAgent.java
to display call and this.call and the result is

call:      org.zoolu.sip.call.ExtendedCall@1c52191
this.call org.zoolu.sip.call.ExtendedCall@11ee18e

This is part of function onCallIncoming where the exucution go and finish.
if (call != this.call) {
        printLog("NOT the current call: call " + call + " this.call " +
this.call);
        return;

}

What version of the product are you using? On what operating system?
CentOS 5.4 Openfire 3.6.4 and  Version 0.1.11 of the red5 plugin for Openfire.

Please provide any additional information below.
Also this is happen when I call from X-lite connected to Asterisk  to
extension that is registered in Red5 Server.

Original issue reported on code.google.com by ilko.krastev on 14 Apr 2010 at 2:38

unable to connect in video chat through leased line

What steps will reproduce the problem?
1. We Used open fire 3.7.0, and spark 2.5.8 in my office, my video chat & 
screen sharing is working properly. We have several divisions across the 
country, and we used leased line to connect our systems.  the spark is working 
successfully. but when we try to connect to video chat, a message shows "page 
cannot be displayed". please help me sort out this problem. My operating syatem 
is windows 7


Original issue reported on code.google.com by [email protected] on 3 Mar 2012 at 9:46

ports

which are the ports want to open for red5 video chat for 

openfire 3.7.1 and spark 2.6.3 

i try many thinks and still its open error, please solve my problem sir,


Thanks and Reagards,

B.William fedinand,

Original issue reported on code.google.com by [email protected] on 30 Apr 2012 at 1:04

Attachments:

Unable to Video Chat Via Spark

Hello,

I recently installed OpenFire 3.7.0 on Windows 7 X64, and spark 2.6.0 has been 
installed on a couple of clients as well. 

Redfire has been installed by copying the redfire.war file into C:\Program 
Files (x86)\OpenFire\Plugins, starting OpenFire, and verifying i could get to 
http://my_server_address:7070/redfire.

Spark plugin has also been installed by copying redfire-plugin.jar to 
C:\Users\<user profile>\AppData\Roaming\Spark\plugins.

However, when two spark clients try to make a audio/video call by clicking the 
red5 button, it does not work.  I click accept video call, and then a window 
pops up saying "Enter . . Connected" or "Neighbor.Connected" but then neither 
spark client can see the video feed from the other's webcam. The pop up window 
just displays a grey window.

I hope I described the issue clearly! Thanks for any help that can be provide!

Original issue reported on code.google.com by [email protected] on 8 Jun 2011 at 7:32

screencast.jnlp (openfire 3.8.1 & redfire 0.0.3.2)

What steps will reproduce the problem?
1. Goto redfire test page
2. click "here" link on the "To publish" line under "Desktop screen 
publish/viewer"
3. java appears to launch app but nothing happens

What is the expected output? What do you see instead?
I was expecting to see the desktop publish screen

What version of the product are you using? On what operating system?
Openfire 3.8.1 & redfire 0.0.3.2 (which is reporting as 0.0.3.1 in the plugin 
listing)

Please provide any additional information below.
I've tried to publish my desktop from windows and linux (both java 1.6.x) and 
the app is not working.  This is the case with Firefox or Chrome.  It appears 
to launch but from what I remember there is a screen that should come up that 
allows me to pick the screen size and then start the publishing of the desktop. 
 No errors are reported but when I try to launch the jnlp file manually with:

javaws screencast.jnlp 

I get

Red5 SceenShare: use as java ScreenShare <host> <app name> <port> <stream name> 
<codec> <frame rate> <max width> <max height>

The contents of the jnlp look correct.  My server installation is referenced 
and all the parameters are there except the width and height.  See below (I 
purposely omitted my server address):

<?xml version='1.0' encoding='utf-8'?>
<jnlp spec='1.0+' codebase='http://__OMITTED__:7070/redfire/screen'> 
        <information> 
                <title>Redfire ScreenShare</title> 
                <vendor>Dele Olajide</vendor> 
                <homepage>http://code.google.com/p/red5screnshare</homepage>
                <description>ScreenShare Client Application</description> 
                <description kind='short'>An Java Webstart application that publishes desktop screen as RTMP video stream</description> 
                <offline-allowed/> 
        </information>
        <security>
                <all-permissions/>
        </security>
        <resources> 
        <j2se version='1.4+'/> 
                <jar href='screenshare.jar'/> 
        </resources> 
        <application-desc main-class='org.redfire.screen.ScreenShare'>
                <argument>__OMITTED__</argument>
                <argument>xmpp</argument>
                <argument>1935</argument>
                <argument>mydesktop</argument> 
                <argument>flashsv2</argument> 
                <argument>30</argument> 
        </application-desc> 
</jnlp>


This might be a duplicate of issue 37 but as that had not be answered, I though 
it would be better to open a new issue.

Another less important note for now, is that when using the SSL port with this 
(7443) there appear to be signing errors.  Is there a way to bypass that?

Original issue reported on code.google.com by [email protected] on 21 May 2013 at 7:17

redfire + screen share is not working

i have been set up for openfire and redfire both. but not able to share screen. 
when i click on viewer link in redfire test page then page loads but nothing 
shows.


Please help me to get rid of this problem.
thanks in advance...


Original issue reported on code.google.com by [email protected] on 30 Jan 2013 at 5:30

Ubuntu 10.10 x64

Redfire it is established, but here 
"http://localhost:7070/redfire/video/publisher.swf" by pressing "Connect" 
writes:
11:12:09:480 - NetConnection. Connect. Rejected
11:12:09:480 - NetConnection. Connect. Closed

openfire 3.7.1, redfire 0.0.0.06

Original issue reported on code.google.com by [email protected] on 14 Feb 2012 at 5:16

Cyrillic on Video Conference

What steps will reproduce the problem?
1. At conference video, names of users in Russian are displayed by hieroglyphs.


What is the expected output? What do you see instead?
It would be desirable names написаные in Russian to see correct

What version of the product are you using? On what operating system?
Windows 7, Flash 11.1, Java 6 30, Spark 2.5.8, redFire Last version


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Jan 2012 at 6:55

I can't shared video from spark

What steps will reproduce the problem?
1. Click on spark redfire button
2. In the popup window, I cant see anything only a gray screen


What version of the product are you using? On what operating system?
I'm using 0.0.0.06 version and the 0.0.9 plugin version.

I can share my desktop.

Thank you.


Original issue reported on code.google.com by [email protected] on 12 Jul 2011 at 3:50

Spark freeze after redfire conférence please Dele help me !!!!!!!!!!!



Hello, first of all thank you to you Dele for this beautiful work. Everything 
works fine except when I leave a conference, spark freeze ... !
server: Debian lenny
server 3.6.7
Client 2.6.3
Redfire 0.0.0.6 for Openfire 3.7.0 and Above
java version on server sun-java6-jre
Client is java version 1.6.23

Whether it's for:
Windows XP32
Seven64
32bit linux (ubuntu Oneiric)

The window of spark freeze every time I close the window where the webcam.


Best regards,



Original issue reported on code.google.com by [email protected] on 25 Jan 2012 at 9:28

red5 running, but cannot find openfire running

I have installed redfire on Windows Server 2003.  I can successfully access the 
red5 server at localhost:5080, but the embedded openfire server does not seem 
to be running at localhost:9090.  This project could really use a better 
install guide?

Original issue reported on code.google.com by [email protected] on 16 Nov 2010 at 9:42

Video but no sound then Video will intermittently stop

What steps will reproduce the problem?
1. Click on Red5 button and accept both ends

What is the expected output? What do you see instead?
Video will start, but no sound
Video will intermittently stop from one side 
When video stopped, if you turn off audio video restarts, turning on audio will 
stop video

What version of the product are you using? On what operating system?
Server :
Windows 2008 Server
OpenFire 3.7
Openfire Redfire plugin 0.0.06

Clients:
Windows 7
Spark 2.6.3
Spark RedFire Plugin 0.0.9
Flash 10.3.181.34
Camera Microsoft LifeCam HD

Both clients are on 1gb network  and on same subnet so bandwidth should not be 
an issue

Original issue reported on code.google.com by [email protected] on 29 Jul 2011 at 2:44

Cannot download java source with scn

What steps will reproduce the problem?
1. svn checkout http://redfire.googlecode.com/svn/trunk/ redfire-read-only
2. Check for example /src/org/red5/server/webapps/sip
3. No directory sip

What is the expected output? What do you see instead?
To see the whole source code with .java files, as when you browse in the 
redfire google code

What version of the product are you using? On what operating system?

Linux with svn.




Original issue reported on code.google.com by [email protected] on 2 May 2012 at 6:33

Windows 7 x64 - Redfire 0.0.9 plugin will not load for Spark 2.6.3

I have copied the redfire-plugin.jar file to the "C:\Program Files 
(x86)\Spark\plugins" folder and when Spark is started, it will not display the 
redfire plugin in the list of loaded plugins.  Thus, the redfire functions do 
not display when trying to send a video conference invite.  We have several x32 
windows xp and windows 7 units working fine but x64 doesn't want to cooperate.  

Original issue reported on code.google.com by [email protected] on 24 Aug 2011 at 2:51

Cannot register Phone from redfire

What steps will reproduce the problem?
1. install openfire
2. copy red5.war to plugins directory
3. start web browser

What is the expected output? What do you see instead?
Connected successful. Register successful
Just connected successful and Reg time out for a while.

What version of the product are you using? On what operating system?
Version redfire-370-0.0.05 with Openfire 3.7.0
Centos: Linux version 2.6.18-238.12.1.el5 ([email protected])

Please provide any additional information below.
Java version: 1.6.0_21
CentOS is running on virtual machine (VMWare) with both NAT & bridged interface

Here is the log message

Original issue reported on code.google.com by [email protected] on 5 Jul 2011 at 10:36

Attachments:

Redfire will not connect to view video if mic/webcam not found.

What steps will reproduce the problem?
1. Run Redfire within spark without a mic or webcam.
2. Plug in just a microphone and the problem is resolved.


What is the expected output? What do you see instead?
When no audio/video source is found you get "Connected" on the bottom and 
nothing else, I'd expect to at least be able to view the other party's video. 
If you connect at least a mic it works, you see the other party's video but of 
course nothing for yourself.

What version of the product are you using? On what operating system?
Spark 2.6.3 on Windows 7.


Original issue reported on code.google.com by [email protected] on 7 Feb 2012 at 9:41

Error redfire/redspark

What steps will reproduce the problem?
1. Install redfire
2. Http://site:7070/redfire/redspark
3. Error NetGroup.Connect.Rejected Not Authorized

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

openfire 3.7

Please provide any additional information below.

I dont know which is the problem. Can somebody help me??

Original issue reported on code.google.com by [email protected] on 7 Jun 2012 at 12:24

Can not type certain characters or right-click during a screenshare

What steps will reproduce the problem?
1. run redfire publisher
2. run redfire view
3. double to get remote control and open a cmd prompt in windows or
   a shell in linux.  A right click or characters . \ or / (possible
   others) are not being passed to the remote computer

What is the expected output? What do you see instead?
I would expect to the characters or have the right-click function.
The characters are not showing up and the right click brings up
the flash menu.  That probably can't be avoided so another method to
send a right (or middle click in linux) is needed.

What version of the product are you using? On what operating system?
Version .006 from file redfire-370-0.0.06.zip.  In both cases the remote viewer 
was linux with either a windows xp or linux publisher

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 31 Jan 2012 at 10:16

Port 9090 is closed

Hello.
Installed Red5 Server 0.9.1 $ Rev: 4059.
Examples of applications OFLA Demo, Port Tester ... work.
Downloaded file http://redfire.googlecode.com/files/redfire.zip. Unpacked and 
moved in a $ RED5_HOME \ webapps.
Restart the server RED5. In AdminPanel see application redfire, but can not 
login to the page http://my_red5_server:9090.
Port 9090 is closed.
sockstat | grep java
root java 58810 60 tcp4 *: 9999 *: *
root java 58810 62 tcp4 *: 60522 *: *
root java 58810 73 tcp4 *: 1935 *: *
root java 58810 75 stream (not connected)
root java 58810 81 tcp4 *: 8443 *: *
root java 58810 112tcp4 *: 5080 *: *
root java 58810 113tcp4 192.168.136.30:1935 172.22.36.21:4111
red5 errors in the logs can not see. Only 2 lines with redfire
2010-09-18 17:20:12,307 [Launcher: / redfire] INFO 
osbfcPropertyPlaceholderConfigurer - Loading properties file from 
ServletContext resource [/ WEB-INF / r
2010-09-18 17:20:12,313 [Launcher: / redfire] INFO 
osbfsDefaultListableBeanFactory - Pre-instantiating singletons in 
org.springframework.beans.factory.s


Tell me what the problem. 

Original issue reported on code.google.com by [email protected] on 18 Sep 2010 at 6:50

Auto login with external script (php, javascript, sql) and dial with external script (javascript) - webphone

Hello,

Is it possible to modify redfire web phone to autologin with external script 
(some PHP or Javascript script to post the username, pass, SIP server... to the 
flash webphone)?

And if it is possible to dial with external script - a webpage with flex 
softphone and a company directory - click to dial on a number, and webphone 
would start calling?

Thanks for the info!

Original issue reported on code.google.com by [email protected] on 20 Feb 2012 at 2:35

openfire cann't recoganize RED5 and sparkweb


I am using OpenFire 3.7 and just tried to install red5 and redfire application 
to access sparkweb.
After downloading the red5.war/redfire.war into /openfire/plugins/ - the 
packages was sucuessfully unpacked and created a new directory called 
"red5"/redfire. After that I checked the HTTP Binding in the OpenFire Server 
and enabled the two option. The HTTP port ist bind to "7070". I restarted the 
OpenFire Server and wanted to access 
http://<ip>:7070/red5/sparkweb
http://<ip>:7070/redfire/spark/redfire-plugin.jar

but it doesnt work.

below message showed up.


HTTP ERROR 404

Problem accessing /red5/sparkweb/. Reason:

    Not Found
Powered by Jetty://

above tested on on windows 7 and windows server 2003

could any one give a clue what to do to avoid this?
thanks in advance

Original issue reported on code.google.com by [email protected] on 31 Aug 2011 at 5:55

can't make call using phono

Hi everyone,

I would like to make call using phono application. 
The problem is, there is no tutorial or doc showing how to configure phono to 
use openfire's plugin ( SIP Phone Plugin ).

I really appreciate your help.


Best regards

Original issue reported on code.google.com by [email protected] on 22 Feb 2013 at 9:27

unable to install

What steps will reproduce the problem?
1. i cant see install the redfire plugin
2. i couldnt find "openfire/plugins" directory

What is the expected output? What do you see instead?
a smal "howto" guide for installing redfire

What version of the product are you using? On what operating system?
redfire=0.0.3.2, Openfire=3.9.1, ubuntu= 10.04.4

Please provide any additional information below.

i am total noob at all of this

Original issue reported on code.google.com by [email protected] on 6 Apr 2014 at 8:54

Wrong server name.

What steps will reproduce the problem?
1. Set the xmpp.domain in openfire to domain.com
2. Have an SRV record in domain.com point to the host (jabber.domain.com)
3. Connect and try to run video.

What is the expected output? What do you see instead?
Expect to see video but instead unable to connect. The client tried to run the 
video through domain.com which doesnt contain a server. Upon login Spark does 
an SRV lookup to find the server for domain.com (jabber.domain.com) but in this 
case you must edit red5.properties which is impossible on hundreds of systems 
running spark. Entering jabber.domain.com in the server upon login does not 
fix. Redfire should so an SRV lookup to find the correct servername or if Spark 
makes the servername available it needs to use this.

What version of the product are you using? On what operating system?
Latest Openfire, Redfire, Spark and Flash.

Please provide any additional information below.
Changing the xmpp.domain on the server to jabber.domain.com fixes this problem 
and makes the video work, but then breaks federation with other systems as when 
[email protected] is entered externally the ID is invalid because it is really 
[email protected] but domain.com still resolves the SRV to point to the 
server when the xmpp.domain is incorrect.

Original issue reported on code.google.com by [email protected] on 20 Feb 2012 at 11:31

Screen share too blurred + Can't check out source code

What steps will reproduce the problem?
1. open terminal console
2. copy and paste "svn...."
3. see result

What is the expected output? What do you see instead?
I didn't see any source files, except .svn dir

What version of the product are you using? On what operating system?
current redfire, and my OS is fedora 12 x86_64

Please provide any additional information below.
I also download the binary files and tested. I can make it work as openfire
plugin. The remote desktop can see other system screen. I'm also able to
adjust the size of desktop screen to bigger size (1680x1050), but the
screen too blurred.
Is there a way that I can improve the quality of screen? I adjust
Quality=100%, but it doesn't work.


Original issue reported on code.google.com by [email protected] on 18 Feb 2010 at 4:20

Attachments:

Redfire crashes after installation

What steps will reproduce the problem?
1. Install Openfire 0.7.1 on Windows 7 64-bit computer.
2. Download redfire-370.0.0.06.zip and extract redfire.war plugin.
3. Lauch Openfire admin console, go to Plugins page, and upload redfire.war.
4. Stop Openfire and start Openfire again.

What is the expected output? What do you see instead?
I'm not sure what I expected to see, but but did see a long error message 
immeditately within the Openfire launch window.  I was still able to lauch the 
admin console and remove the plugin.  Removing the plugin also temoved the 
error message after restarting.  The error message is included in the attached 
file.

What version of the product are you using? On what operating system?
redfire 0.0.0.6
openfire 0.7.1
Windows 7 Enterprise 64-bit

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jan 2012 at 2:58

Attachments:

30 Second Lag Between Transmit and Receive.

What steps will reproduce the problem?
1. Join a group chat.
2. Say something and have a type something in Jabber when you do.
3. Have a friend time it, and then type when they receive it.
4. It should be 15-30 seconds.

What is the expected output? What do you see instead?
Expected: Instantly Received.
Instead: Huge Lag
What version of the product are you using? On what operating system?
0.0.0.6 on latest stable OpenFire on x86_64 Ubuntu 11.04 Server with Oracle 
Java Runtime Environment.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 Aug 2011 at 2:51

Call only established if the caller has a webcam

What steps will reproduce the problem?
1. Start a call from a client without a webcam
2. Accept the call on another client

What is the expected output? What do you see instead?
It should start the conversation, but instead you see only a grey window with 
the text "Enter...connected"

If you do the other way round, start a conversation with a client which have a 
functional webcam, the conversation starts without any problems.

What version of the product are you using? On what operating system?
The latest redfire plugin, latest Openfire server and latest Spark version. 
Server and all clients are running on Windows PCs.

If you need any further information let me know, I'm more than willing to help 
in this issue.

Thanks

Original issue reported on code.google.com by [email protected] on 9 Apr 2013 at 11:28

Redfire plugin for spark not getting to server

What steps will reproduce the problem?
1. running spark, 
2. starting red5 plugin button
3. pop up window appears

What is the expected output? What do you see instead?
expected:video and audio screen
actual: "this program cannot display the webpage"

What version of the product are you using? On what operating system?
openfire 3.7.1
spark 2.6.3

Please provide any additional information below.
redfire.properties was edited with correct server name, 
and i have tried ports 7070,7443,15000 but none seem to work.
Also, (server):7070\redfire works, and the test links work perfectly for screen 
sharing and video, but do not work in spark.


Original issue reported on code.google.com by [email protected] on 15 Nov 2012 at 2:43

HTTP 404 when open http://your_openfire-server:7070/redfire

What steps will reproduce the problem?
1. follow intall guide to put redfire.war into folder plugin
2. restart openfire, go to http://your_openfire-server:7070/redfire

What is the expected output? What do you see instead?
expect redfire management page displays, but the actual result is HTTP 404 page 
not find.

What version of the product are you using? On what operating system?
windows 7 64, 
openfire version 3.7.1, clean installation
redfire version 370-0.0.06 for Openfire 3.7.0 and above 

Please provide any additional information below.
I checked the HTTP_BIND of openfire is enabled and the port is by default 7070. 
I don't know what else need to be checked.


Original issue reported on code.google.com by [email protected] on 10 Jul 2012 at 9:39

Unable to launch ScreenWritter client application...

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Jun 2010 at 5:40

Incoming call not working

What steps will reproduce the problem?
1. Install redfire on openfire
2. Register with SIP server
3. try to call sip web phone
4. no incoming call on web phone

What is the expected output? What do you see instead?
Expected to see incoming call go through.. Outgoing calls work great.

What version of the product are you using? On what operating system?
redfire 0.0.0.6
Openfire 3.7.1
Centos 5.6

Please provide any additional information below.

Possibly related problems with red5phone:
http://code.google.com/p/red5phone/issues/detail?id=72
http://code.google.com/p/red5phone/issues/detail?id=145&start=100
http://code.google.com/p/red5phone/issues/detail?id=153&start=100

But I cannot find the files on the redfire where to fix this (if this even 
applies for my problem above)?

Original issue reported on code.google.com by [email protected] on 30 Mar 2012 at 3:19

Spark 2.6.3 client hangs

Spark 2.6.3 client hangs when using live video plugin Redfire 0.0.3.2 and 
0.0.3.1 (OS windows 7 (64 bit)). In addition, on the second PC gives a gray 
screen and the words Enter ... Flush updated. Openfire 3.8.2

Original issue reported on code.google.com by [email protected] on 17 Jan 2014 at 2:54

Redfire and spark hangs in a audio / video conference, but still running.

What steps will reproduce the problem?
1. Start a message
2. Click on 5 button (red5 audio / video)
3. Starts the webcam, when you try to close the window, the spark hangs, but 
the audio and video is still working, only ending task (spark) you can close.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

redfire 0.0.5 on my Openfire 3.7.0 (linux)
redfire 0.0.9 on spark 2.6.3
java the lastest version
Windows XP e 7


Please provide any additional information below.


Whenever we do a conference audio and video using spark with redfire, I am 
unable to close the conference window. 

When I click the X  nothing happens, in the task bar, right click the window an 
close still not working. 

The audio and video still works.


Only way I can close the window is by killing spark.


Original issue reported on code.google.com by [email protected] on 27 Jul 2011 at 4:59

screencast.jnlp

What steps will reproduce the problem?
1. Connect to other computer using screen share
2. Attempt to double click to take control and I can not

Anyone else having same issue ... 

openfire 3.71 and latest redfire 0.0.3.0

when i go to the server to test and clcik on publish screencast.jnlp attemtps 
to open but fails 

Error: Unable to load resource: 
http://servername:7070/inspired/video/screenshare.jar

Desktop screen publisher/viewer


Original issue reported on code.google.com by [email protected] on 12 Sep 2012 at 10:11

No RTMFP calls -- help

What steps will reproduce the problem?
1.Follow install guide put redfire.war into Openfire plugin directory
2. made changes to OPENFIRE_HOME\plugins\redfire\WEB-INF\web.xml.
3. Restart Openfire
4. Open redfire-Phono demo and attempt to make a RTMFP call

What is the expected output? What do you see instead?
I would like to be able to place a call to a sip uri using RTMFP

CumulusServer is not being started up by RedFire, so i have to start it manually
Also the TCP port on 5555 is not coming up 

( if i telnet to 127.0.0.1 5555 on server it wont answer, while using the older 
cumulus-phone + cumulus plugin it did, however if i use that plugin together 
with redfire neither will load)

I do see the client attempting to establish a RTMFP session

root@webcall:/usr/share/openfire/plugins/redfire/cumulus# ./CumulusServer
NOTE  RTMFPServer[119] RTMFP server starts on 1935 port
NOTE  www/main.lua[3] Server application initialised
NOTE  www/main.lua[12] Server application onStart '' started
ERROR  www/main.lua[16] function_00000000010415C0
NOTE  www/main.lua[97] TCP disconnection

NOTE  www/main.lua[107] Client connection 
6e00a5ba3625173c3ff601554b7df9bd74266d33783090b44962a65b16dab4e5 address 
189.149.133.77:23185 path  pageUrl 
http://media.llamarada.net:7070/redfire/phono/index.html swfUrl 
http://media.llamarada.net:7070/redfire/phono/plugins/audio/phono.audio.swf?rnd=
1345088337812
INFO  Sessions[106] 1 clients



ERROR  www/main.lua[127] (method 'send') TCPClient not connected
ERROR  www/main.lua[127] (method 'send') TCPClient not connected
......
thousands like the last line



What version of the product are you using? On what operating system?


Ubuntu 12, OpenFire 3.7.1, Java 1.7
redfire 371-0.3.0
Please provide any additional information below.


RTMP calls work OK.. 


############

OpenFire start logs

2012.08.16 03:22:36 org.jivesoftware.openfire.pubsub.PubSubModule - 
Publish-Subscribe domain: pubsub.media.llamarada.net
2012.08.16 03:22:36 org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl 
- Multi User Chat domain: conference.media.llamarada.net
2012.08.16 03:22:37 org.jivesoftware.openfire.XMPPServer - Openfire 3.7.1 [Aug 
16, 2012 3:22:37 AM]
2012.08.16 03:22:40 org.jivesoftware.openfire.container.AdminConsolePlugin - 
Admin console listening at:
  http://media.llamarada.net:9090
  https://media.llamarada.net:9091
2012.08.16 03:22:40 com.ifsoft.redfire.plugin.RedfirePlugin - [redfire] 
initialize redfire plugin resources
2012.08.16 03:22:40 com.ifsoft.redfire.plugin.RedfirePlugin - [redfire] 
Starting Red5 RTMP Server
2012.08.16 03:22:40 org.jivesoftware.openfire.spi.ConnectionManagerImpl - 
Started server (unencrypted) socket on port: 5269
2012.08.16 03:22:40 org.jivesoftware.openfire.spi.ConnectionManagerImpl - 
Started plain (unencrypted) socket on port: 5222
2012.08.16 03:22:40 org.jivesoftware.openfire.spi.ConnectionManagerImpl - 
Started SSL (encrypted) socket on port: 5223
2012.08.16 03:27:01 com.ifsoft.redfire.view.RedfireAdmin - Redfire Properties 
updated
2012.08.16 03:37:18 com.ifsoft.redfire.plugin.RedfirePlugin - [redfire] destroy 
redfire plugin resources
2012.08.16 03:37:18 org.jivesoftware.openfire.XMPPServer - Openfire stopped
2012.08.16 03:37:18 org.jivesoftware.openfire.XMPPServer - Server halted
2012.08.16 03:37:43 org.jivesoftware.openfire.pubsub.PubSubModule - 
Publish-Subscribe domain: pubsub.media.llamarada.net
2012.08.16 03:37:43 org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl 
- Multi User Chat domain: conference.media.llamarada.net
2012.08.16 03:37:44 org.jivesoftware.openfire.XMPPServer - Openfire 3.7.1 [Aug 
16, 2012 3:37:44 AM]
2012.08.16 03:37:47 org.jivesoftware.openfire.container.AdminConsolePlugin - 
Admin console listening at:
  http://media.llamarada.net:9090
  https://media.llamarada.net:9091
2012.08.16 03:37:47 com.ifsoft.redfire.plugin.RedfirePlugin - [redfire] 
initialize redfire plugin resources
2012.08.16 03:37:47 com.ifsoft.redfire.plugin.RedfirePlugin - [redfire] 
Starting Red5 RTMP Server
2012.08.16 03:37:47 org.jivesoftware.openfire.spi.ConnectionManagerImpl - 
Started server (unencrypted) socket on port: 5269
2012.08.16 03:37:47 org.jivesoftware.openfire.spi.ConnectionManagerImpl - 
Started plain (unencrypted) socket on port: 5222
2012.08.16 03:37:47 org.jivesoftware.openfire.spi.ConnectionManagerImpl - 
Started SSL (encrypted) socket on port: 5223


#logs during call
2012.08.16 03:39:45 org.jivesoftware.openfire.IQRouter - Packet sent to 
unreachable address <iq type="set" id="321-3" 
from="[email protected]" to="logger.media.llamarada.net"><log 
xmlns="http://www.jivesoftware.com/protocol/log"><callLog><duration>0</duration>
<datetime>Thu Aug 16 03:39:45 UTC 
2012</datetime><numB>admin@voicebridge@rtmp:/write243fe6bb78ddcc42/read243fe6bb7
8ddcc42</numB><numA>904\40mouselike.org</numA><type>dialed</type></callLog></log
></iq>
2012.08.16 03:39:46 org.jivesoftware.openfire.IQRouter - Packet sent to 
unreachable address <iq type="set" id="131-4" 
from="[email protected]" to="logger.media.llamarada.net"><log 
xmlns="http://www.jivesoftware.com/protocol/log"><callLog><duration>0</duration>
<datetime>Thu Aug 16 03:39:46 UTC 
2012</datetime><numB>Anonymous@sip:[email protected]</numB><numA>904\40mouselike
.org</numA><type>dialed</type></callLog></log></iq>



Original issue reported on code.google.com by [email protected] on 16 Aug 2012 at 3:51

Red5Phone not able to receive call

Hi all,
       I have installed Openfire 3.7.1(Release October 2, 2011) and then used the Redfire plugin(0.0.0.6) to work with openfire. I also configured a freeswitch server to talk to Redfire. I used red5phone to register as 1000 with FS and used my Xlite to register as 1001.
Now the call from Red5Phone--> XLite is successful without problems
but call from  Xlite-->Red5phone is not working. On the Xlite side I can hear 
the ringback but there is no incoming call notification whatsoever on 
red5Phone. The call eventually goes to the voicemail.

Has any one encountered a similar issue? Any help on fixing this problem would 
be great.

Thank you,
Sandeep

Original issue reported on code.google.com by [email protected] on 9 Jan 2012 at 10:39

Aspection Ratio for Screen sharing broken

Hello,

I tried some screen sharing between to spark clients.
- "Server" WinXP 64 
- Client OS X 10.6.7 - Flash was running in Safari

On client side the image is zoomed to the size of the browser window. Even if 
just a small box is acutually shared. The aspect-ratio is not preserved

What steps will reproduce the problem?
1. Share screen - size eg 200x200 on Win7 
2. Accept sharing dialog on OS X

What is the expected output? What do you see instead?
Output, size of 200x200 (maybe scrollable?)

What version of the product are you using? On what operating system?
see above.



Original issue reported on code.google.com by [email protected] on 5 Dec 2011 at 5:46

video chat go gray and message enter connected!

What steps will reproduce the problem?
1. get one computer without mic device
2. open the host:7070/redfire
3. click the 2way or 4way test

What is the expected output? What do you see instead?
it should disp a video chat,but remain on a gray screen with enter connected 
msg.

What version of the product are you using? On what operating system?
r20

Please provide any additional information below.
 svn/  trunk/ plugin/ video/ redfire_video.as
line 548 getMicrophone function
var mic:Microphone = Microphone.getEnhancedMicrophone();  
//maybe some computer has none mic
if(mic!=null){      
        mic.setUseEchoSuppression(true);
        mic.setLoopBack(false);
        mic.setSilenceLevel(10, 20000);
        mic.gain = 60;
}
        return mic;
line 118 handleconnection function
myMic = getMicrophone();
//maybe some computer has none mic
if(muMic != null ){
        myMic.rate = micSetRate;
}






Original issue reported on code.google.com by [email protected] on 4 Jan 2013 at 8:13

tomcat is not yet starting in Ecplise

Unable to start tomcat server?
Feb 26, 2014 8:04:45 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal 
performance in production environments was not found on the java.library.path: 
C:\Program 
Files\Java\jre1.5.0_07\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:/Program 
Files/Java/jre7/bin/client;C:/Program 
Files/Java/jre7/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\P
rogram Files\Java\jdk1.5.0_07\bin;
Feb 26, 2014 8:04:46 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting 
property 'source' to 'org.eclipse.jst.jee.server:redfire' did not find a 
matching property.
Feb 26, 2014 8:04:48 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Feb 26, 2014 8:04:48 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 4087 ms
Feb 26, 2014 8:04:48 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 26, 2014 8:04:48 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.37
Feb 26, 2014 8:04:54 PM org.apache.catalina.loader.WebappClassLoader 
validateJarFile
INFO: validateJarFile(C:\Documents and 
Settings\sys\Desktop\WebCamTest\.metadata\.plugins\org.eclipse.wst.server.core\t
mp0\wtpwebapps\redfire\WEB-INF\lib\javaee-api-5.1.2.jar) - jar not loaded. See 
Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Feb 26, 2014 8:04:54 PM org.apache.tomcat.util.modeler.Registry 
registerComponent
SEVERE: Null component 
Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/redfire,J2EEApplication=
none,J2EEServer=none
java.lang.reflect.InvocationTargetException
    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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: java.lang.UnsupportedClassVersionError: Bad version number in .class 
file (unable to load class org.red5.server.war.WarLoaderServlet)
    at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2858)
    at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1159)
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1647)
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)
    at org.apache.catalina.startup.WebAnnotationSet.loadClassAnnotation(WebAnnotationSet.java:145)
    at org.apache.catalina.startup.WebAnnotationSet.loadApplicationListenerAnnotations(WebAnnotationSet.java:73)
    at org.apache.catalina.startup.WebAnnotationSet.loadApplicationAnnotations(WebAnnotationSet.java:56)
    at org.apache.catalina.startup.ContextConfig.applicationAnnotationsConfig(ContextConfig.java:297)
    at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1078)
    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:261)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4612)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
    at org.apache.catalina.core.StandardService.start(StandardService.java:525)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
    ... 6 more
What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.
et 

Original issue reported on code.google.com by [email protected] on 26 Feb 2014 at 2:42

Attachments:

Restrict open fire directories from access in red5 tomcat context

One can browse to http://localhost:5080/redfire/conf/openfire.xml

Add some of these for open fire directories in web.xml


<security-constraint>
        <web-resource-collection>
            <web-resource-name>Forbidden</web-resource-name>
            <url-pattern>/conf/*</url-pattern>
        </web-resource-collection>
        <auth-constraint/>
    </security-constraint>


Original issue reported on code.google.com by [email protected] on 10 Aug 2010 at 4:44

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.