Hi,

 

I found the following tutorial for setting up a CustomFilenameGenerator
to specify a path other than "streams" to store mp3s for playback.
http://www.joachim-bauch.de/tutorials/red5/HOWTO-StreamCustomDirectories
.txt
<http://www.joachim-bauch.de/tutorials/red5/HOWTO-StreamCustomDirectorie
s.txt>  

 

In short, the technique is to create your own implementation of
IStreamFilenameGenerator and reference it as the <bean
id="streamFilenameGenerator" ..../> in your red5-web.xml 

 

This method works as long as I return a  path/filename that is inside
the webapp context (i.e. something at the same level as "streams"
directory). But when I try to specify an external path like: D:\MP3s,
the web-app document root is getting prefixed to the pathname like this:


D:\red5_trunk\webapps\oflaDemo\D:\MP3s 

 

Can someone recommend a way to specify an external directory for storing
mp3s for playback?

 

Thanks,

Travis

 

_______________________________________________
Red5 mailing list
[EMAIL PROTECTED]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to