Hi Dan,

> Hi, there are many little features im still trying to investigate and 
> hopefully replicate from our current setup, I was wondering if its at 
> all possible, or a method im suppose to be using to handle storing the 
> recorded flv into a custom path rather than in appdir/streams ? Ideally 
> id like to handle the path to the flv and its naming convention ie 
> thestreamname_thedate without having to code that filename in the 
> client ?
> 
> Sorry cant see any examples for this thanks.

I believe it needs some code refactoring as path is hardcoded within 
ClientBroadcastStream class 
and it also has private access, so you can't set it.
This should be refactored (e.g. default should be "streams" directory if user 
doesn't specify it),
but than user needs to take care of  security-constraint (currently defined 
within web.xml as forbidden).


For the time beeing, you can change path yourself and recompile/redeploy red5..
hth,

-m



_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to