Re: Streaming Live AVI

Tech-Archive recommends: Fix windows errors by optimizing your registry



From: "Michel Roujansky - DirectShow Consultant and Trainer"

(AVI is not a streaming format).

AVI is a streaming format just as much as ASF or MOV or MKV
or MP4 and so on are, which is to say they are not since the
only real streaming formats are MPEG-1/2 system and
MPEG-1/2/4 elementaty streams.

But, if the implementation can write and read the files
strictly sequentially, than they can be streamed, which is
what e.g. the stock ASF implementation does but not the
stock AVI one, which insists on an index even though it is
optional (I am referring to the default DS filters, which
the old AVIFile library doesn't require an index). If you
were to write your own AVI muxer/demuxer, you could stream
it just as well as you can ASF.



--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// mvpnews at riseoftheants dot com
// http://www.riseoftheants.com/mmx/faq.htm


.



Relevant Pages

  • Re: FLASH market collapses
    ... Oh, it saves as .AVI, but some bigass mostly-uncompressed thing. ... for USB to sink, even crappy USB (probably like I have, or cheap thumbdrives ... But then, it occurs to me that AVI isn't a streaming format, ... I'd make reference to the PNY card reader I have ... ...
    (sci.electronics.design)
  • Re: File streaming
    ... > AVI is not designed for streaming and requires a lot of work to make it ... I use a freeware source filter that takes a memory stream which works great for avi and mpg files; now if I can just get wmv type files to work! ... I tried to use the WM ASF Reader object: ...
    (microsoft.public.win32.programmer.mmedia)
  • Re: AVI format in media server
    ... AVI is a format of the data container to store video, audio and other media ... It is not designed for streaming so not supported by WMS ...
    (microsoft.public.windowsmedia.server)
  • Re: compressed samples in a source filter?
    ... chap was trying to build a Videoconferencing system with WMV which is not ... I believe that the the streaming protocol is based on an 'industry standard ... The codecs can introduce buffering. ... >> rather than using one of the ASF source filter that come with DS. ...
    (microsoft.public.windowsmedia.sdk)
  • Re: compressed samples in a source filter?
    ... chap was trying to build a Videoconferencing system with WMV which is not ... I believe that the the streaming protocol is based on an 'industry standard ... The codecs can introduce buffering. ... >> rather than using one of the ASF source filter that come with DS. ...
    (microsoft.public.win32.programmer.directx.video)