Re: Need transport stream sample code
- From: "Alessandro Angeli [MVP::DigitalMedia]" <nobody@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 13 Apr 2005 18:02:16 +0200
FrankNatoli@xxxxxxx wrote:
> Yes, I am guilty of mixing "push" and "pull". Sorry. As a
> practical matter, my source file is in a government
> proprietary format that no "pull" renderer will work
> with. But the data really comes from a file, not a camera
> or IP connection, so functionally if not literally the
> data will be "pulled". Your suggestion of pull
> AsyncFileSource and push demux stream sounds perfect. Can
> you point me to source examples of both? Thanks.
There are a couple of sample parsers (aka splitters, aka
demuxers) here: http://www.gdcl.co.uk/downloads.htm.
However, if you can somehow extract a valid PS from the
file, writing an async source filter based on the Async
sample would be easier. Otherwise, if you can only extract a
TS or a a/v PESs/ESs, you need to write a parser (or a
source+parser filter, but writing a parser-only filter has
its advantages).
--
// Alessandro Angeli
// MVP :: Digital Media
// a dot angeli at psynet dot net
.
- References:
- Need transport stream sample code
- From: FrankNatoli
- Re: Need transport stream sample code
- From: Alessandro Angeli [MVP::DigitalMedia]
- Re: Need transport stream sample code
- From: FrankNatoli@xxxxxxx
- Re: Need transport stream sample code
- From: Alessandro Angeli [MVP::DigitalMedia]
- Re: Need transport stream sample code
- From: FrankNatoli@xxxxxxx
- Need transport stream sample code
- Prev by Date: Re: about Color Format transformation
- Next by Date: Re: Corrupted DV25 frame
- Previous by thread: Re: Need transport stream sample code
- Next by thread: How to set Fullscreen in VMR9 filter?
- Index(es):
Relevant Pages
|