Re: gettimeofday
From: Sreeram (sreeram0425_at_netscape.net)
Date: 04/07/04
- Next message: Dragomir Dichev: "How to register for OnIdle event"
- Previous message: Tobias Erichsen: "Re: Rename using ZwSetInformationFile"
- In reply to: Walter Oney: "Re: gettimeofday"
- Next in thread: Walter Oney: "Re: gettimeofday"
- Reply: Walter Oney: "Re: gettimeofday"
- Reply: Maxim S. Shatskih: "Re: gettimeofday"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 07 Apr 2004 11:18:22 GMT
Hi Walter,
Sorry for my incomplete information. My task is : I need to capture RTP
streams (both video and audio via separate UDP ports) and convert it to
VFW format. The incomming video will be in H.261 encoded and audio is
Mu-Law. This should happen inside a device driver so that device driver
can be used as a virtual video/audio capture device.
Please advice how i should proceed to achieve this.
Thanks for your time.
Sreeram
> KSProxy is a user-mode DLL that communicates with a kernel mode
> streaming filter. Anything that can be done by KSProxy and a kernel
> filter can be done by a user-mode filter alone. In user mode, of course,
> it's perfectly okay to call standard C runtime functions like
> gettimeofday.
>
> Let's drop back 15 yards and ask what your big picture is. I.e., what is
> your overall goal, without reference to how you plan to achieve it?
>
> --
> Walter Oney, Consulting and Training
> Basic and Advanced Driver Programming Seminars
> Check out our schedule at http://www.oneysoft.com
- Next message: Dragomir Dichev: "How to register for OnIdle event"
- Previous message: Tobias Erichsen: "Re: Rename using ZwSetInformationFile"
- In reply to: Walter Oney: "Re: gettimeofday"
- Next in thread: Walter Oney: "Re: gettimeofday"
- Reply: Walter Oney: "Re: gettimeofday"
- Reply: Maxim S. Shatskih: "Re: gettimeofday"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|