Hey all,
I'm looking for a solution similar to how youtube and googel video does.. you load a .wmv or .swf, it "Streams" the movie back to the client instead of waiting for the whoel movie to donwload.
For us, I'm thinking of providing flash demostration to our customers, but some of the files can be quite big, I don't want ppl to wait for the whole movie to be "cached" before they can start watching... so I'm not sure I want to do that unless I figure out how to "stream" the movies.
Here is an article talks about how to do that in asp.net 2.0
FLV Flash video streaming with ASP.NET 2.0, IIS and HTTP handler
but that requires configuration of IIS which obviously we can't do. Anybody else done something like that?
Thanks
I'm looking for a solution similar to how youtube and googel video does.. you load a .wmv or .swf, it "Streams" the movie back to the client instead of waiting for the whoel movie to donwload.
For us, I'm thinking of providing flash demostration to our customers, but some of the files can be quite big, I don't want ppl to wait for the whole movie to be "cached" before they can start watching... so I'm not sure I want to do that unless I figure out how to "stream" the movies.
Here is an article talks about how to do that in asp.net 2.0
FLV Flash video streaming with ASP.NET 2.0, IIS and HTTP handler
but that requires configuration of IIS which obviously we can't do. Anybody else done something like that?
Thanks