MP4_DSNetwork

所属分类:DirextX编程
开发工具:Visual C++
文件大小:332KB
下载次数:388
上传日期:2006-12-27 11:00:45
上 传 者老一辈
说明:  能传输MP4格式视频的DirectShow例子 含发送和接受端Filter
(transmission can MP4 Video format with the DirectShow example sending and receiving end of Filter)

文件列表:
DSNetwork (0, 2004-07-16)
DSNetwork\Debug (0, 2004-07-16)
DSNetwork\DSNetwork.dsw (1935, 2002-11-12)
DSNetwork\DSNetwork.ncb (230400, 2004-07-16)
DSNetwork\DSNetwork.opt (81408, 2004-07-16)
DSNetwork\dsnetwork.sln (5089, 2002-11-12)
DSNetwork\Filter (0, 2004-07-16)
DSNetwork\Filter\debug (0, 2004-07-16)
DSNetwork\Filter\Debug_Unicode (0, 2004-07-16)
DSNetwork\Filter\dsnet.def (488, 2002-11-12)
DSNetwork\Filter\dsnet.exp (1079, 2004-06-26)
DSNetwork\Filter\dsnet.lib (1730, 2004-06-26)
DSNetwork\Filter\DSNetwork.dsp (12245, 2002-11-12)
DSNetwork\Filter\DSNetwork.dsw (1932, 2002-11-12)
DSNetwork\Filter\DSNetwork.plg (10427, 2004-06-26)
DSNetwork\Filter\DSNetwork.sln (5094, 2002-11-12)
DSNetwork\Filter\DSNetwork.vcproj (12731, 2004-06-16)
DSNetwork\Filter\filter.rc (353, 2002-11-12)
DSNetwork\Filter\main.cpp (1971, 2002-11-12)
DSNetwork\Filter\precomp.cpp (372, 2002-11-12)
DSNetwork\Filter\precomp.h (236, 2002-11-12)
DSNetwork\Filter\resrecv.h (935, 2002-11-12)
DSNetwork\Filter\ressend.h (935, 2002-11-12)
DSNetwork\IDL (0, 2004-07-16)
DSNetwork\IDL\Debug (0, 2004-07-16)
DSNetwork\IDL\Debug_Unicode (0, 2004-07-16)
DSNetwork\IDL\dlldata.c (811, 2004-06-26)
DSNetwork\IDL\dsnet.ax (0, 2004-07-16)
DSNetwork\IDL\dsnet.ax\dsnetifc.lib (1202, 2004-06-16)
DSNetwork\IDL\dsnetifc.dsp (6316, 2002-11-12)
DSNetwork\IDL\dsnetifc.dsw (539, 2002-11-12)
DSNetwork\IDL\dsnetifc.h (7569, 2004-06-26)
DSNetwork\IDL\dsnetifc.idl (2243, 2002-11-12)
DSNetwork\IDL\dsnetifc.plg (258, 2004-06-16)
DSNetwork\IDL\dsnetifc.vcproj (7483, 2004-06-16)
DSNetwork\IDL\dsnetifc.vcproj.old (6798, 2002-11-12)
DSNetwork\IDL\dsnetifc_i.c (915, 2004-06-26)
DSNetwork\IDL\dsnetifc_p.c (19413, 2004-06-26)
DSNetwork\Include (0, 2004-07-16)
DSNetwork\Include\controls.h (2713, 2002-11-12)
... ...

//----------------------------------------------------------------------------- // Name: DirectShow Sample -- DirectShow Network Filters // // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- Description The DSNetwork sample shows how to multicast an MPEG-2 transport stream. It includes two related filters: - MPEG-2 Multicast Sender: Sends a multicast stream. - MPEG-2 Multicast Receiver: Receives a multicast stream. Both filters support a custom interface, IMulticastConfig, for setting the multicast address and Network Interface Card (NIC) address. Path Source: (SDK root)\Samples\C++\DirectShow\Filters\DSNetwork User's Guide To use this sample, compile and build the Visual Studio project. It creates a DLL named dsnet.ax in the Filter\Debug or Filter\Release subdirectories. Use the Regsvr32 utility to register the DLL. You will need an MPEG-2 transport stream in push mode. This can be a digital television tuner, a 1394 MPEG-2 camcorder, or anything else that delivers an MPEG-2 transport stream (other than a file source). You will need two graphs, a sending graph and a receiving graph. For more information about the DSNetwork filters, refer to the SDK documentation. We hope to provide a sample application in Beta 3 to better demonstrate these filters.

近期下载者

相关文件


收藏者