[Red5] Get Stream FLV via HTTP/WebDAV, not file system
Matteo Serritiello
serritie at eng.it
Mon May 21 04:00:01 EDT 2007
At 16.01 17/05/2007, you wrote:
>Its late here plase search threads for something like spring url
>resource loader :\
>
>Here
>
>http://www.google.com/search?client=safari&rls=en&q=spring+url+resource+loader&ie=UTF-8&oe=UTF-8
>
>I havent tried it yet only file: for network UNC paths.
>
>http://www.springframework.org/docs/reference/resources.html
>
>http: http://myserver/logo.png Loaded as a URL.
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?
More information about the Red5
mailing list