Prev: Why is #pragma comment(lib, "atlthunk.lib") needed in source file?
Next: WDK ISO install problem
From: N N on 26 Aug 2010 05:01 Hi all, Expression Encoder 4 (EE4) does not caputure MPEG2-TS over IP. It may be a feature that will be developed latter on. Does anyone know how can I capture this multicast stream and make it available as a input video device in EE4? Is there ane capture card that do this? Is there any software? Thanks in advance. > On Sunday, February 08, 2009 10:25 PM <Tango> wrote: > How to declare a mpeg2 or mpeg4 ts format for a uvc device driver? > If can do this, how to declare the pin format descriptor? I used > STATIC_KSDATAFORMAT_TYPE_STREAM to be major type, the pin format can't be > display in graphedit. > > Thanks >> On Tuesday, February 10, 2009 2:16 AM Tim Roberts wrote: >> <Tango> wrote: >> >> I'm not sure what you're asking. If you have a UVC camera, then you don't >> write a driver at all. Usbvideo.sys will handle it all for you >> automatically. >> >> In an AVStream driver, you'd generally use major type >> KSDATAFORMAT_TYPE_STREAM, with subtype KSDATAFORMAT_TYPE_MPEG2_TRANSPORT, >> with specifier KSDATAFORMAT_SPECIFIER_BDA_TRANSPORT or ..._NONE. Note that >> XP's version of usbvideo.sys did not support transport streams. >> -- >> Tim Roberts, timr(a)probo.com >> Providenza & Boekelheide, Inc. >>> On Thursday, February 19, 2009 1:56 AM <Tango> wrote: >>> So that mean for a MPEG2 stream camera( not mpeg2 video ), it can be support >>> on vista or windows 7 inbox uvc driver? >>> And how about h.264 stream? Is windows 7 uvc driver can support it ? >>> >>> Thanks >>>> On Thursday, February 19, 2009 10:05 PM Tim Roberts wrote: >>>> <Tango> wrote: >>>> >>>> I don't see what difference you're trying to draw here. >>>> >>>> >>>> Yes, Vista's usbvideo.sys supports MPEG2 transport streams. >>>> >>>> >>>> I haven't heard about this, and I'm not sure H.264 is covered in the USB >>>> Video Class spec. >>>> -- >>>> Tim Roberts, timr(a)probo.com >>>> Providenza & Boekelheide, Inc. >>>>> On Friday, February 20, 2009 1:12 AM <Tango> wrote: >>>>> I want to know is usbvideo.sys can transfer audio packet to user >>>>> application. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> Thanks >>>>>> On Saturday, February 21, 2009 1:50 PM Tim Roberts wrote: >>>>>> <Tango> wrote: >>>>>> >>>>>> Basically, yes, although it's not usbvideo.sys that does it. >>>>>> >>>>>> If you are producing an MPEG2 transport stream, the whole stream will be >>>>>> sent along to the next filter. In the DirectShow graph, the next filter >>>>>> will be an MPEG2 demux, which will split out the audio and video streams, >>>>>> and pass them along. The graph will also include an MPEG2 video decoder >>>>>> and MPEG2 audio decoder. >>>>>> -- >>>>>> Tim Roberts, timr(a)probo.com >>>>>> Providenza & Boekelheide, Inc. >>>>>> Submitted via EggHeadCafe - Software Developer Portal of Choice >>>>>> WPF Control?s Default Style or Template by Extending the WPF Designer in Visual Studio 2010 >>>>>> http://www.eggheadcafe.com/tutorials/aspnet/d1ad0a33-d815-4083-8e97-c234fd661095/wpf-controls-default-style-or-template-by-extending-the-wpf-designer-in-visual-studio-2010.aspx
|
Pages: 1 Prev: Why is #pragma comment(lib, "atlthunk.lib") needed in source file? Next: WDK ISO install problem |