Thanks, Following your respond its seems far beyond my updated knowledge. Suppose I want to implement just the part that continually downloads the HTTP stream (than through the packets, or just do nothing regarding the actual parsing /playing). Can you direct me with some reference?
Regards
Achmed.
"Alessandro Angeli" <nobody[ at ]nowhere.in.the.net> wrote in message news:%23OXfaKWnHHA.4476[ at ]TK2MSFTNGP02.phx.gbl...
[Quoted Text] > From: "Achmed" > >> I'm a C++ developer. >> I want to develop an WMP like application. Especially I'm >> interested in receiving nad/or playing HTTP stream video >> from a WME. Can someone refer to some code examples? > > WMP uses DirectShow for playback. The DirectShow SDK is included in the > Windows/Platform SDK and contains extensive documentation and several > samples. > > To play back an MMS-over-HTTP ASF streams coming out of WME9, you need to > use the old WMSourceFilter or newer WMASFReader filter (under the right > conditions, the filter is selected automatically). Notice the WMP however > uses its own WM source filter, which behaves somewhat differently. Both > the WMASFReader public filter and WMP's private filter internally use the > WMReader object in the WMF runtime (but you can not use the WMReader > directly in DirectShow, hence the need for one of the stock wrappers or a > custom one). > > > -- > // Alessandro Angeli > // MVP :: DirectShow / MediaFoundation > // mvpnews at riseoftheants dot com > // http://www.riseoftheants.com/mmx/faq.htm>
|