Matteo, You can replace FileProvide with, say, CmsProvider which will pull content from CMS rather than a normal file system. The CMS (via JCR API) provides InputStream to retrieve content from.
On 5/21/07, Matteo Serritiello <[EMAIL PROTECTED]> wrote:
At 10.00 21/05/2007, you wrote: >Thanks Dan, I have seen Spring ResourceLoader and it says that any context >accept URL from various places but getVODProviderFile method from Provider >Service class demand File type while I believe that WebDAV return >InputStream... > >Then I have changed ProvideService to fix this, but from InputStream to >File I must OuputStream this and temporarily write File on server file >system to streaming it... I'd want to use only InputStream to avoid this >'bottleneck' (write file on server file system) but I see that only >ApplicationAdapter class call getVODProviderFile method for know >StreamLength... then... Where must I change to work with InputStream only? Any hints to work with InputStream, then? _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
-- I cannot tell why this heart languishes in silence. It is for small needs it never asks, or knows or remembers. -- Tagore Best Regards Steven Gong
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
