|
BuildSources
How To Build From Sources
Source Locations Developer VersionYou need to compile two apps:
you need both! and you should use the same revision number (SVN Revision number) ! Openlaszlo Client (Client-Side)SVN URL: http://openmeetings.googlecode.com/svn/trunk/openmeetings_lps411/ Browse in Code with Browser: http://code.google.com/p/openmeetings/source/browse/trunk/openmeetings_lps411/ for compiling the client you need to install the OpenLaszlo-Server 4.2.x: http://www.openlaszlo.org Step-By-Step:
Java Webapp (Server-Side)
<logger name="org.apache.axis2">
<level value="ERROR"/>
</logger>
<logger name="com.mchange.v2">
<level value="ERROR"/>
</logger>
<logger name="org.hibernate.cache">
<level value="ERROR"/>
</logger>
<logger name="org.apache.axiom">
<level value="ERROR"/>
</logger>
<logger name="org.hibernate.jdbc">
<level value="ERROR"/>
</logger>
<logger name="org.hibernate.SQL">
<level value="ERROR"/>
</logger>
<logger name="org.apache.commons.httpclient">
<level value="ERROR"/>
</logger>
<logger name="org.hibernate.tool.hbm2ddl">
<level value="ERROR"/>
</logger>
<logger name="org.hibernate">
<level value="ERROR"/>
</logger>
<logger name="de.hunsicker.jalopy.io">
<level value="ERROR"/>
</logger>
<logger name="org.apache.axis2.enterprise">
<level value="ERROR"/>
</logger>
<logger name="httpclient.wire.header">
<level value="ERROR"/>
</logger>or replace with this one: http://openmeetings.googlecode.com/svn/trunk/patches/logback.xml
http://openmeetings.googlecode.com/svn/trunk/webapp/
Additional Notes:
Small howto to deploy/run the SourcesComment by kunthar, Today (20 minutes ago) 10.01.2008 Notes on building sources; If you see error fields on login form it means you didnt run Install yet and necessary fields in Db is NOT yet populated. Basic steps; After checkout fresh copy from svn repo (windows users look for tortoise svn, linux users already knows what to do, hehe),
Final note: Every little change effects immediately when you refresh browser window while you work with Laszlo. And comment is <!-- --> lines Hope it helps some one, Happy coding Linkshow to use Google Code RepositoryCommand-Line Access If you plan to make changes, use this command to check out the code as yourself using HTTPS: # Project members authenticate over HTTPS to allow committing changes. svn checkout https://openmeetings.googlecode.com/svn/trunk/ xmlcrm --username $Your_Google_Account When prompted, enter your generated googlecode.com password. Use this command to anonymously check out the latest project source code: # Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://openmeetings.googlecode.com/svn/trunk/ openmeetings-read-only GUI and IDE Access This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information. |
Sign in to add a comment

Hi,
How can I build from source? Please give me a clue.
Zia info@ryanbabu.com
I need to compile the source, can you help me?
I need to compile the source, can you help me?
i tried to add some information, anyway these instructions might only help you if you have some basic knowledge about how to build a java-webapp for the server side and if you want to change something in the client you need some basic knowledge about how to code with openlaszlo (see Openlaszlo in 10 minutes: http://www.openlaszlo.org/lps4/laszlo-explorer/index.jsp?lzr=swf8)
sebastian
I downloaded the code. Can you send me clear steps to execute the code. I mean what do to step by step. I run it on eclipse but i am unable to run it on Tomcat.
I've add some more comments how to build the client, you do not need to patch any file's of the OpenLaszlo? Server anymore
Hi,
Can you please point out the url to download the source of Beta5 version. The source code currently available is for Beta 1. So, its no use to build application from source code. Thanks
There is no other Source Code. This one here IS the latest Source-Code. It is not Beta1 Source Code (and also not Beta5 as there are already changes). This is the Source code you can see on the demo-portal.
Hi,
Please check the file http://openmeetings.googlecode.com/svn/branches/dev/laszlo/client/xmlcrm/videoconference/main.lzx
Its saying the version is 0.5 Beta.
<attribute name="currentappversion" value="Version 0.5 Beta1" type="string" />
Please check the source code. I have downloaded the http://openmeetings.googlecode.com/svn/branches/dev/laszlo client but the version is old.
I am first trying to build the laszlo client.
I am stuck with and can't go ahead. I am exploring the source code and wan't to contribute to the project.
Thanks
Notes on building sources;
If you see error fields on login form it means you didnt run Install yet and necessary fields in Db is NOT yet populated.
Basic steps; After checkout fresh copy from svn repo (windows users look for tortoise svn, linux users already knows what to do, hehe), 1. set JAVA_HOME to jdk 1.5 or greater, 2. run ant dist at where build.xml located, 3. copy xmlcrm dir which is inside of dist to red5 server webapps dir, 4. change config.xml and install/hibernate.cfg.xml to wanted db connection, (dont forget to run mysql or any db at this moment) 5. copy main.lzx.lzr=swf8.swf and maindebug.lzx.lzr=swf8.swf to red5 webapps dir, 6. run http://localhost:5080/xmlcrm/Install (not install case sensitive) 7. watch populated fields from red5 console, it takes a time, grab o coffee :) 8. Finally run http://localhost:5080/xmlcrm All paths relative, be carefull.
Final note: Every little change effects immediately when you refresh browser window while you work with Laszlo. And comment is <!-- --> lines Hope it helps some one, Happy coding
Sorry for my poor wiki markup abilities :)=
Sending logs to issue;
In Linux servers like Debian, first mail log to yourself, since server and client is different. mutt -a red5.tar.gz your@ownmail.org < /dev/null And then attach to new issue
Red5 log file
To open red5 logs, Find this in $RED5/conf/log4j.properties file; log4j.appender.FLOG=org.apache.log4j.RollingFileAppender? and add this before this line log4j.rootLogger=DEBUG, FLOG and change this log4j.rootCategory=DEBUG, CONSOLE to log4j.rootCategory=DEBUG
Take care
If you have problem with documents in white board, try to chmod +x scripts in xmlcrm/jod
Several days ago, I added the installation guide "INSTALL" to the top level in the source for convenience.
Review it please.
you could add some info that ant >= 1.7 is required rest is fine
I wrote a script to download/compile/install the sources of openmeetings on a debian sid. Freshly tested this morning ! It works if there is no default password for root on the database, and config for OOo conversion is not done.
Here it is :
hmm google highlighting made my script wrong :( how can i do to send it properly ?
Email me at jakev383@gmail.com with your script and I'll clean it up some and make it available for download. Thanks.
Hi, I am a new java programmer and don't have any experience in java, I have some problem with Java Source Code compiling (Server-Side) I'm using Eclipse SDK 3.3.2, When I want built project, see below error :
Buildfile: C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\build.xml
cleanForBinary:
prepare:
resources:
compile:
jar:
signWebStartJars:
BUILD FAILED C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\build.xml:286: Execute failed: java.io.IOException: Cannot run program "jarsigner.exe" (in directory "C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp"): CreateProcess? error=2, The system cannot find the file specified
Total time: 7 seconds
Anybody can help me ?
Thanks, -Mojtaba
you need a Java SDK (JDK) to compile OpenMeetings?. You are using a JRE to compile that, this does not contain a jarsigner(.exe) see: http://forum.java.sun.com/thread.jspa?threadID=563268&tstart=150
Hi, I have followed the step by step guide as described above for Openlaszlo Client (Client-Side); But could not find any way to build the source; I am just confused am I missing anything? because I don't see any folder named videoconference and hence could not get the mentioned links up as described above : Start OpenLaszlo? Server and run (lps-4.0.x = lps-4.0.10 if this is your !Openlaszlo version: http://localhost($LPS-HOST):8080/lps-4.0.x/videoconference/maindebug.lzx?lzr=swf8&lzproxied=solo (with debugger) and /or http://localhost($LPS-HOST):8080/lps-4.0.x/videoconference/main.lzx?lzr=swf8&lzproxied=solo
Any kind help for the above is highly appreciated. Thank you very much in advance.
well, if you create a folder openmeetings and place the files from the SVN there the link might by: http://localhost:8080/lps-4.0.12/openmeetings/maindebug.lzx?lzr=swf8&lzproxied=solo
Hi, I have followed the step by step guide as described above for Openlaszlo Client (Client-Side); But could not find any way to build the source; I am just confused am I missing anything? because I don't see any folder named videoconference and hence could not get the mentioned links up as described above : Start OpenLaszlo?? Server and run (lps-4.0.x = lps-4.0.10 if this is your !Openlaszlo version: (My OS is windows XP and lps-4.0.12 is my openlaszlo server)http://localhost($LPS-HOST):8080/lps-4.0.x/videoconference/maindebug.lzx?lzr=swf8&lzproxied=solo (with debugger) and /or http://localhost($LPS-HOST):8080/lps-4.0.x/videoconference/main.lzx?lzr=swf8&lzproxied=solo
Any kind help for the above is highly appreciated. Thank you very much in advance.
many thanks for the kind response. yes, I overlooked the folder name. I am going to follow the rest of the step by step instructions and keep posted the outcome.
building from the source in windows box been very successful. I am going to do the same for debian linux. keep posted the update. thanks.
many thanks to Sebastian for the kind response.
Hi there, I have tried to build openmeetings from the source; this time into the debian OS. After successfully doing every steps instructed in the above build from sources note I am having error message when tried to "ENTER THE APPLICATION" saying: Netconnection.connect.Failed. I am dumping the two log output (one from red5 nohup.out and another from openmeetings.log). I must highly appreciate any advice.
// ERROR DUMP FROM RED5 NOHUP.OUT
DEBUG 05-15 13:08:42.569 ? 1435282 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - Lang ADDED: indonesian ERROR 05-15 13:08:42.689 ? 1435402 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - ErrorMappings? ADDED ERROR 05-15 13:08:42.809 ? 1435522 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - checkUserMail: jkabir@melcoe.mq.edu.au ERROR 05-15 13:08:42.816 ? 1435529 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - size: 0 DEBUG 05-15 13:08:42.828 ? 1435541 ? org.openmeetings.app.data.user.Addressmanagement [btpool1-3] - added id 1 ERROR 05-15 13:08:42.869 ? 1435582 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - registerEmail id: 1 ERROR 05-15 13:08:42.877 ? 1435590 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - registerEmail addr_emails: 1 ERROR 05-15 13:08:42.885 ? 1435598 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - getOrganisation_UserByUserAndOrganisation? 1 1 ERROR 05-15 13:08:42.889 ? 1435602 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - getOrganisation_UserByUserAndOrganisation?: 0 ERROR 05-15 13:08:42.901 ? 1435614 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - org: http://www.melcoe.mq.edu.au/projects/MAMS/ DEBUG 05-15 13:08:42.909 ? 1435622 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - conference_Id: 1 DEBUG 05-15 13:08:42.917 ? 1435630 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - audience_Id: 2 ERROR 05-15 13:08:42.941 ? 1435654 ? org.openmeetings.app.data.conference.Roommanagement [btpool1-3] - addRoomToOrganisation rooms private Conference Room ERROR 05-15 13:08:42.961 ? 1435674 ? org.openmeetings.app.data.conference.Roommanagement [btpool1-3] - addRoomToOrganisation rooms private Audience Room ERROR 05-15 13:08:42.965 ? 1435678 ? org.openmeetings.servlet.outputhandler.DownloadHandler? [btpool1-3] - add level to install file
// ERROR DUMP FROM OPENMEETINGS.LOG
DEBUG 05-15 13:08:42.569 ? 1435282 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - Lang ADDED: indonesian ERROR 05-15 13:08:42.689 ? 1435402 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - ErrorMappings? ADDED ERROR 05-15 13:08:42.809 ? 1435522 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - checkUserMail: jkabir@melcoe.mq.edu.au ERROR 05-15 13:08:42.816 ? 1435529 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - size: 0 DEBUG 05-15 13:08:42.828 ? 1435541 ? org.openmeetings.app.data.user.Addressmanagement [btpool1-3] - added id 1 ERROR 05-15 13:08:42.869 ? 1435582 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - registerEmail id: 1 ERROR 05-15 13:08:42.877 ? 1435590 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - registerEmail addr_emails: 1 ERROR 05-15 13:08:42.885 ? 1435598 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - getOrganisation_UserByUserAndOrganisation? 1 1 ERROR 05-15 13:08:42.889 ? 1435602 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - getOrganisation_UserByUserAndOrganisation?: 0 ERROR 05-15 13:08:42.901 ? 1435614 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - org: http://www.melcoe.mq.edu.au/projects/MAMS/ DEBUG 05-15 13:08:42.909 ? 1435622 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - conference_Id: 1 DEBUG 05-15 13:08:42.917 ? 1435630 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - audience_Id: 2 ERROR 05-15 13:08:42.941 ? 1435654 ? org.openmeetings.app.data.conference.Roommanagement [btpool1-3] - addRoomToOrganisation rooms private Conference Room ERROR 05-15 13:08:42.961 ? 1435674 ? org.openmeetings.app.data.conference.Roommanagement [btpool1-3] - addRoomToOrganisation rooms private Audience Room ERROR 05-15 13:08:42.965 ? 1435678 ? org.openmeetings.servlet.outputhandler.DownloadHandler? [btpool1-3] - add level to install file
Hi Please ignore the above error netconnection.connect.failed problem. Its nothing but the required port was not open and thats why the connection got failed occured. Heaps thanks everyone.
When i followed the steps which is there in the site, after running the ant script i'm unable to find xmlcrm directory in my dist folder. Can any body help me in this context.
Thanks in advance.
i changed the small howto, which was from January 2008, now the name is always openmeetings not xmlcrm
when i tried to deploy the openmeetings in tomcat it is giving default.context bean is not found. Please can any body give the steps to deploy the opne meetings in Tomcat or weblogic
I have some problems:
I can't start de server with log4j, always the same: java.lang.NoClassDefFoundError?: org/apache/log4j/PropertyConfigurator? And the jog4j.jar is correctly in the WEB-INF/lib directory. Does anyone solve it???
I can't send invitations, i think is also related to Log4J, always NoClassDefFoundError?
I can run the server without log4j, everything is correct. Thanks
I also had a problem by using Red5 v0.7 with OpenMeetings?. The org.springframework.web.util.Log4jConfigListener? make the server unable to start.
However I tried with the 0.6.3 version and it looks to solve my problems. Are there functionalities disabled or not working with that server version ?
Hi, I want to know the release date of version 0.6. When it will be available. Actually, I am interested in Audience module(issue 197). I think this feature will enable openmeetings to be used as a virtual class room. So please let me know when this version will be available. In addition, I also wanna know if I want to customize this solution (like I wanna implement audience module at my own). Is it possible for you to provide any support for this purpose. thanks.
Hi, i`m try to modify OM, i have SVN code of om for openlaszlo, i followed the instructions above and when run http://127.0.0.1:8080/lps-4.1.1/laszlo-explorer/openmeetings/maindebug.lzx?lzr=swf8&lzproxied=solo
show this message
ERROR @base/mainMethods.lzx#106: call to undefined function 'getLabelTag' WARNING @base/functions.lzx#179: reference to undefined property 'moderatorName' WARNING @base/functions.lzx#179: reference to undefined property 'mymodText' ERROR @base/functions.lzx#179: undefined object does not have a property 'setText' main.lzx/oninit: «lz.canvas$maindebug$2Elzx_2_50#4| This is the canvas» main.lzx/config.xml ondata «lz.canvas$maindebug$2Elzx_2_50#4| This is the canvas» devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmp://localhost:1935/openmeetings/hibernate null devRtmpConnection/registerMethods() error NetConnection?.Connect.Closed rtmpt://localhost:8088/openmeetings/hibernate null devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmpt://localhost:8088/openmeetings/hibernate null devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmpt://localhost:8088/openmeetings/hibernate null ERROR @base/navi/navifunctions.lzx#30: undefined object does not have a property 'length' WARNING @base/navi/navifunctions.lzx#30: reference to undefined property 'length' labelerrorPopup: error explorerBox/setTintRGB «lz.view$base$2Fcomponents$2Fexplorer$2FexplorerBox$2Elzx_303_45#7» explorerBox/setTintRGB «Object#8| {ra: 176, ga: 196, ba: 222, rb: 0, gb: 0, bb: 0}» error NetConnection?.Connect.Closed rtmpt://localhost:8088/openmeetings/hibernate null labelerrorPopup: error explorerBox/setTintRGB «lz.view$base$2Fcomponents$2Fexplorer$2FexplorerBox$2Elzx_303_45#9» explorerBox/setTintRGB «Object#10| {ra: 176, ga: 196, ba: 222, rb: 0, gb: 0, bb: 0}»
I dont know what is error. im working on windows
Can any body help me in this context.
Thanks in advance.
Note
I need Java Webapp? what is it?
please use latest openlaszlo from trunk (4.2.x) I will update the page here http://download.openlaszlo.org/nightly/trunk/
Hi, i had installed openmeetings on Windows, i have code of SVN, and openlaszlo. i only need modify some features of openmeetings, for example delete rooms modify the authenticate with DB change size of windows.... or what´s the procedure. Only is for me, no for community edition. Thanks in advance.
Hi, i`m try to modify OM, I install openlaszlo from trunk (4.2.x), i checkout source code from http://openmeetings.googlecode.com/svn/trunk/client/ , i installed it on C:\Program Files\OpenLaszlo? Server 4.2.x\Server\lps-4.2.x\client
compilation Of Openlaszlo with version 4.2.x , 4.1.1 & 4.0.12 from browser http://localhost:8080/lps-4.0.x/openmeetings/client/main.lzx?lzr=swf8..., it gave Compilation ErrorsCompilation Errors base/functions.lzx:-1:-1: unterminated string: 'Invalid event sender: base/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag.
Compilation Warnings
base/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag.
What i must to do?
Can any body help me in this context.
Thanks in advance.
you did check out the wrong sources
Thanks seba.wagner
what is the ringt source. http://openmeetings.googlecode.com/svn/trunk/webapp/?
Thanks in advance.
Hi again
How i can login on http://code.google.com/p/openmeetings/w/edit/OpenLaszlo When i try enter show
non members can only leave comments.
Hi
I have this error when try to compile OM with openlaszlo, (http://127.0.0.1:8080/lps-4.2b2/op/maindebug.lzx?lzr=swf8&lzproxied=solo)
Compilation Errors modules/conference/global/functions.lzx:-1:-1: unterminated string: 'Invalid event sender: modules/conference/global/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag. Compilation Warnings
modules/conference/global/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag.
I try with openlaszlo 4.2.x, 4.1.1 and 4.2b2. I go to the line functions.lzx:219 and change method for handler and appear this error
Review 77 compilation warnings.
handler needs a non-null name attribute base/remote/devRtmpConnection.lzx:8:33: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:9:31: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:203:47: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:206:34: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:36:48: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:46:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:49:50: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:53:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:55:35: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:56:34: Refusing to compile an empty handler, you should declare the event instead base/components/updatecheckbox.lzx:7:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:8:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:12:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableListItem.lzx:7:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/text/borderedInputtext.lzx:22:30: Refusing to compile an empty handler, you should declare the event instead base/components/text/borderedInputtext.lzx:86:31: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/text/borderedInputtext.lzx:100:32: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/compo
...
when i try compile main.lzx?lzr=swf8&lzproxied=solo
this warrings appear
handler needs a non-null name attribute base/remote/devRtmpConnection.lzx:8:33: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:9:31: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:203:47: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:206:34: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:36:48: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:46:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:49:50: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:53:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:55:35: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:56:34: Refusing to compile an empty handler, you should declare the event instead base/components/updatecheckbox.lzx:7:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:8:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:12:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/c
...
I checkout this files whit tortoise http://openmeetings.googlecode.com/svn/tags/05Final/client/ and http://openmeetings.googlecode.com/svn/tags/05Final/webapp/ i follow de above instructions for server and client.
simebody can help me? what can i do?
thanks and sorry for my english.
you should check the correct SVN-sources tree like described in the WIKI on top!
I did that with the trunk and the tag with oplz 412 42x and with both a i has the same error like describe top. Give me the correct link for checkout. Somebody should make a videotutorial for this.
Thanks to all.
Sorry for my english
camilo segura.
Colombia
tangxt2008@gmail.com
armeishadallas@gmail.com
23:23:19:767 - NetConnection?.Connect.InvalidApp? 23:23:19:767 - NetConnection?.Connect.Closed
cannot seem to fix this issue. using deamwaver i made a html which had the flash cannot seem to
I've installed red5 and It's work fine with rtmp, but when i'm trying to connect to rtmpt, I only receive the following event : NetConnection?.Connect.Failed. how can I enable rtmpt for red5? #nmap localhost PORT STATE SERVICE 25/tcp open smtp 80/tcp open http 111/tcp open rpcbind 113/tcp open auth 631/tcp open ipp 1935/tcp open rtmp 3306/tcp open mysql 8080/tcp open http-proxy 8118/tcp open privoxy 9999/tcp open abyss any idea?