Open GoogleCodeExporter opened 9 years ago
I made a tiny bit of progress with the matter of the Lua control port,
It appears that now after i manually start CumulusServer, and after i changed a
reference inside www/main.lua from 'localhost' to '127.0.0.1' my CumulusServer
output looks like
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 popitas '' started
ERROR www/main.lua[16] function_0000000000EC5640
NOTE www/main.lua[107] Client connection
e22e57d9bf64d280b83305a822e4054e0ee6443517f6ac591e435f740c999dbb address
189.149.133.77:23437 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=
1345089763436
INFO Sessions[106] 1 clients
NOTE www/main.lua[114] Client disconnection
e22e57d9bf64d280b83305a822e4054e0ee6443517f6ac591e435f740c999dbb
INFO Sessions[106] 0 clients
NOTE www/main.lua[107] Client connection
89faec9feef68f1b5b1e0698674316790c7314e8fd41ec4dbd157ab61162ac76 address
189.149.133.77:23450 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=
1345089837811
INFO Sessions[106] 1 clients
No audio whatsoever
still getting
2012.08.16 04:04:14 org.jivesoftware.openfire.IQRouter - Packet sent to
unreachable address <iq type="set" id="354-18"
from="admin@openlink.media.llamarada.net" to="logger.media.llamarada.net"><log
xmlns="http://www.jivesoftware.com/protocol/log"><callLog><duration>0</duration>
<datetime>Thu Aug 16 04:04:14 UTC
2012</datetime><numB>admin@voicebridge@rtmp:/write7ebc8e47fd4c9a7d/read7ebc8e47f
d4c9a7d</numB><numA>904\40mouselike.org</numA><type>dialed</type></callLog></log
></iq>
2012.08.16 04:04:15 org.jivesoftware.openfire.IQRouter - Packet sent to
unreachable address <iq type="set" id="628-19"
from="admin@openlink.media.llamarada.net" to="logger.media.llamarada.net"><log
xmlns="http://www.jivesoftware.com/protocol/log"><callLog><duration>0</duration>
<datetime>Thu Aug 16 04:04:15 UTC
2012</datetime><numB>Anonymous@sip:904@mouselike.org</numB><numA>904\40mouselike
.org</numA><type>dialed</type></callLog></log></iq>
.
2012.08.16 04:05:05 org.jivesoftware.openfire.IQRouter - Packet sent to
unreachable address <iq type="set" id="353-21"
from="music\40iptel.org@openlink.media.llamarada.net"
to="7901b7e4@media.llamarada.net/7901b7e4"><jingle xmlns="urn:xmpp:jingle:1"
sid="8f934c614f41b3676a58c70cb67e4a8d"
action="session-terminate"><reason><sucess/></reason></jingle></iq>
from openfire
thanks
Original comment by latienda...@gmail.com
on 16 Aug 2012 at 4:07
I am at a loss why Cumulus is not autostarted, both cumulus.path and
cumulus.path.default are defined
Original comment by latienda...@gmail.com
on 16 Aug 2012 at 4:09
Did you follow this on main wiki page?
How to enable Cumulus
Stop Openfire
Edit OPENFIRE_HOME\plugins\redfire\WEB-INF\web.xml. Remove comments
<!--
<servlet>
<servlet-name>CumulusServlet</servlet-name>
<servlet-class>com.ifsoft.redfire.servlets.CumulusServlet</servlet-class>
<load-on-startup>4</load-on-startup>
</servlet>
-->
Edit OPENFIRE_HOME\plugins\redfire\video\redfire_2way.html and
redfire_video.html. Edit rtmfpUrl to point at your Openfire server
var rtmfpUrl = getPageParameter('rtmfpUrl', 'rtmfp://' +
window.location.hostname + '/');
//var rtmfpUrl = getPageParameter('rtmfpUrl', '');
Edit OPENFIRE_HOME\plugins\redfire\phono\index.html. Enable RTMFP for
Redfire-Phono
<select class="audio-plugin">
<option value="flash">Flash (Red5 - RTMP)</option>
<option value="panda">Flash (Cumulus - RTMFP)</option>
</select>
Original comment by olajide....@gmail.com
on 23 Aug 2012 at 5:27
Original issue reported on code.google.com by
latienda...@gmail.com
on 16 Aug 2012 at 3:51