Re: Need transport stream sample code

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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


.



Relevant Pages

  • Re: Allowing access to social networking... securely?
    ... I'm not trying to jump down your throat, but I do have to pull out some points. ... I'll fess up to playing Devil's Advocate in my spare time. ... Security as an excuse to filter. ...
    (Security-Basics)
  • Re: How do I bypass my well water filter?
    ... pvc pipe running to a skinny tan tank (which is the filter). ... this tank is a knob that says Pull Up for Off and Push Down for On. ... not sure how to do it or if this will even bypass the filter. ... Tuen off the water supply to the house. ...
    (alt.home.repair)
  • Re: How do I bypass my well water filter?
    ... pvc pipe running to a skinny tan tank (which is the filter). ... this tank is a knob that says Pull Up for Off and Push Down for On. ... not sure how to do it or if this will even bypass the filter. ... Tuen off the water supply to the house. ...
    (alt.home.repair)
  • Re: Sub Selects?
    ... filter delete ... ... > I'm currently writing my first Delphi application, ... > I have to pull out data from one table, based on items selected in the UI. ... > SELECT name, dob, income FROM Customer WHERE CustomerID IN ...
    (borland.public.delphi.database.ado)
  • Re: best way to refresh a dataset.
    ... What do you mean by "you need to pull out all the data into the dataset"? ... If you want to display 50k rows in your grid, then yes, you'd have to ... to be shown in your grid, filter in the stored procedure and thereby reduce ... the amount of data you have to populate your dataset with. ...
    (microsoft.public.dotnet.framework.adonet)