Streaming Video to Demo my Software



I am looking for a way to stream my video demo of my software. I have
the video is .avi. I compressed it into a dozen different formats. But
none of them keep the non-moving backgroun image clear. I am demoing my
software product. And most of the time only the cursor is moving. I
would expect to be able to compress this very much without losing the
detailed resolution of the screen. Real Player was the best I found
(7:1 reduction in file size but the background screen was still fuzzy).
I would like to be able to stream a 30 minute video demo and it not be
too large of a file download. I would like to use a format that does
not require a custom player like Real Player. Any one know a a great
compression algorithm for a streamable Software Demo????

Thanks

.



Relevant Pages

  • Re: Net Remoting and Performace
    ... You use the Binary Formatters, serialize the data, and compress the data. ... You're going to populate the object with your data with object accessor properties that represent your data int, string, double, etc. You'll use the attribute at the top of the class. ... You'll notice that it's doing it with a Memory Stream, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Compress a subset of bits form
    ... What is the best algorithm to compress the information, ... Is this information stand alone or what. ... Third option if part of a stream use pure arithmetic ... My Crypto code ...
    (comp.compression)
  • compression - dropping the last byte
    ... I have a byte array filled with random data (with a fixed seed to make ... I then compress and decompress this using the 2.0 GZip ... using (Stream input = new MemoryStream(data)) ... using (MemoryStream output = new MemoryStream()) { ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Using WMV for timeshifting live source?
    ... > I am looking at various video and audio codecs to compress a live ... > stream for timeshifting purposes. ... WMFSDK for documentation on those filters--some is included in the ...
    (microsoft.public.windowsmedia.sdk)
  • Re: Compress::Zlib unable to inflate
    ... Just trying to understand how the Compress ... module's inflate and deflate functions work. ... calling deflate on an input stream will compress ... inflate on that same stream should restore the original stream. ...
    (comp.lang.perl.modules)