Hi All, I am creating an application which look like this. File Souce filter(Push mode)->mpeg2demultiplexer->mpeg decoder->renderer for file source filter I am using "TS File Source". all connections are proper but when i run the graph i can not see any frame on window. I will be very thankfull if any one help me. 2) in second scenario i am using same as above but "DSNetwork receiver".but when i connect mpeg2 demultiplexer then i can not see any out pin. even i configured outpin also in graph edit.
Hi, see the sdk doc about mpeg2demux filter, you have to set right pid values, also see the parser filter sample from sdk, which is able to list all streams included in ts file, enze, www.mpegcode.com "Avnish" wrote: > Hi All, > > I am creating an application which look like this. > > File Souce filter(Push mode)->mpeg2demultiplexer->mpeg decoder->renderer > > for file source filter I am using "TS File Source". all connections are > proper but when i run the graph i can not see any frame on window. I will be > very thankfull if any one help me. > > 2) in second scenario i am using same as above but "DSNetwork receiver".but > when i connect mpeg2 demultiplexer then i can not see any out pin. even i > configured outpin also in graph edit.
> File Souce filter(Push mode)->mpeg2demultiplexer->mpeg decoder->renderer > > for file source filter I am using "TS File Source". all connections are > proper but when i run the graph i can not see any frame on window. I will be > very thankfull if any one help me. This should work without any issue. In graph edit select TS File source and render its out put pin, it should construct rest of the graph. > > 2) in second scenario i am using same as above but "DSNetwork receiver".but > when i connect mpeg2 demultiplexer then i can not see any out pin. even i > configured outpin also in graph edit. mpeg-2 demux for TS streams would not create output pins , you have to manually create the same 1) Try running regsvr32 on proppage.dll in the Platform SDK Bin directory. [to get property page of demux] 2) refer to PSI parser filter sample which comes with sdk, and in sdk help there is a how to use graph for the same. Dev
On Tue, 1 Jul 2008 07:42:05 -0700 (PDT), dev wrote: > 1) Try running regsvr32 on proppage.dll in the Platform SDK Bin > directory. [to get property page of demux] Sometimes you needs to regsvr32 quartz.dll, too. -- Please read this before replying: 1. Dshow & posting help: http://tmhare.mvps.org/help.htm 2. Trim & respond inline (please don't top post or snip everything) 3. Benefit others: follow up if you are helped or you found a solution