On Wed, Jun 28, 2006 at 03:37:02PM -0400, Chris Allen wrote: > That sounds like a really great project and a perfect example of how > Red5 fits into the picture.
Well, after a shaky start I've managed to get the software running at least. Haven't actually given it any requests as yet though. I got it running on OS X Panther, despite the fact that Java1.5 isn't even available for Panther, so I thought I'd explain how so it's archived in the maillist at least. [EMAIL PROTECTED] posted a hack to install J2SE5 on OSX Panther to Google's Apple Java Developers forum here: http://groups.google.com/group/Apple-Java-Dev/browse_thread/thread/6387edb7b72623a4/712b3da1311febc7?lnk=st&q=%22os+x+panther%22+java+%221.5%22&rnum=2&hl=en#712b3da1311febc7 Next I tried to compile Red5 with Ant. It didn't work. It was trying to find javac at: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/../bin/javac Some extra /.. in there for no reason that I can fathom. So I edited build.xml and replaced all the occourances of "${java.home}/../bin/javac" with "${java.home}/bin/javac" Running ant then compiled Red5 in about 3 minutes. Is there any reason for that broken path to Javac? I was using the code release from http://dl.fancycode.com/red5/red5-0.4.1.tar.gz since subversion isn't on this machine and I've never tried to install that on a Mac either. I thought maybe I'd set Java_Home wrong but when I set it to look at the lib directory it complained that it was wrong so I guess it must have been right. Anyway, now I'm going to try pointing our app at the Red5 server rather than the FMS server and see if it all works.... Adam......... _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
