08-10-2007, 10:29
|
GregR

Joined on 05-31-2006
In House
Posts 1,527
|
Re: Problems using LEAD MPEG2 Transport UDP Source Filter
|
 
 
|
|
|
1. You cannot use network filters in GraphEdit directly because they are source filters and GraphEdit only allows you to use a file on disk as a source, not an IP. You will need to set up the filter programmatically using either our SDK or DirectShow. I would recommend using our SDK because we take care of the DirectShow stuff for you, all you should have to do is update the SourceFile property.
The correct format should be "udp://ip_address[:port][/network_card]
2. The MPEG-TS should be able ot carry MPEG2, MPEG4, or H264 data.
As for your CoreAVC Video Decoder, I'm not sure what this is and what it supports. If it is a decoder that can decode either MPEG2, MPEG4, or H264 then it should be able to work with the MPEG-2 Transport Demultiplexer.
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|