At 12.42 19/06/2007, Matteo Serritiello 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)? > >Any suggest is welcome. >Thanks to all, > Matteo
Hi, i reply again to question about re-implementing FLVReader with our CMSReader... problem is that Red5 generic implementation using FileChannel to repositioning bytes streaming forward and back, while replace FileChannel with InputStream doesn't allow this way... have you any hints o we must use new way of code our custom CMSReader based on InputStream? And in this casa have you any hints about? Thanks to all _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
