On 6/19/07, Matteo Serritiello <[EMAIL PROTECTED]> wrote:
At 16.28 21/05/2007, you wrote: >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. Hi Steve. If i'ld like to replace FileProvider with my CMSProvider i must configure the application in way that it can load the right implementation class to use (that is i must configure Red5 in way that it loads CMSProvider instead of FileProvider or in way that it load both of them): how can i do? Moreover must i modify the ApplicationAdapter class or ProviderService? Must i implement also a class like FLVReader (let's call it CMSReader) that must read content from my Provider (the CMSProvider)?
Yes, you can implement your own ProviderService to return the CMSProvider and declare it in the spring conf file. Any suggest is welcome.
Thanks to all, Matteo _______________________________________________ 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
