Hi Simon, Simon de Haan wrote:
Hi Joachim, thanks for your quick response. You must be in Europe somewhere : )
Yes, I'm located in Stuttgart, Germany.
I've found the bug, where you reconstruct the absolute URL to the
red5.root in Standalone.java at line 114 the first / which makes it
an absolute path it missing
the path I see starts with home/sdehaan/red5-svn, which, when run
translates to /home/sdehaan/red5-svn/java/server/trunk/home/
sdehaan...//.. etc.
Changing line 114 to:
System.setProperty("red5.root", "/"+root);
fixes the problem for now, but it feels hackish : ) I'm sure you know
a better solution.
Okay, I will look into this. Joachim
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
