If trailer is a folder within your webapp just leave it as /trailer/ in the bean. If /trailer is a path on the filesystem you must put file:/trailer. I think this has to be updated in the text document, if you google the list I think ive pointed it out 100 times so far :) I think its a limitation that somebody has patched but this is the easiest work around.
http://www.red5tutorials.net/index.php/Code:Server_filenamegenerator Here is some hacking on the bean, which allows for virtual directories, I thought it wouldnt scale so well but it seemed fine. Stefano wrote: > Ok, substantially I want to change the directory /streams with the > directory /trailer in oflaDemo application. > Someone can show me the code and the next steps for made it? > Thanks! > > On 13/07/07, *Dan Rossi* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > file:/123 > > Felix Nensa wrote: > > A very simple aproach is to replace /streams with a symbolic > link that > > points to a directory of your choice. > > > > On 7/12/07, Stefano < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > > >> Hi, I have a problem with the customization of folder for store > the VOD > >> file. I try to follow the HOWTO-StreamCustomDirectories file, > but it doesn't > >> work… > >> > >> If I want to change for eg. The directory from /streams to /123 > what should > >> I do?? > >> > >> Thanks!! :-P > >> _______________________________________________ > >> Red5 mailing list > >> [email protected] <mailto:[email protected]> > >> http://osflash.org/mailman/listinfo/red5_osflash.org > <http://osflash.org/mailman/listinfo/red5_osflash.org> > >> > >> > >> > > > > > > > > > _______________________________________________ > Red5 mailing list > [email protected] <mailto:[email protected]> > http://osflash.org/mailman/listinfo/red5_osflash.org > > > ------------------------------------------------------------------------ > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
