Re: How to stream on the network encoded audio
- From: "Alessandro Angeli [MVP::DS/MF]" <nobody@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 1 Sep 2006 10:53:21 +0200
DevX wrote:
Alessandro, can you provide my some more info/link on the
DMO you speak of?
Since you were trying to use WME, I guess you want to
compress your audio to WMA and the WMA audio encoder is
implemented as a DMO. However, this does not duplicate all
WME does:
1. read data using DirectShow
2. convert data (if necessary) using ACM
3. compress data to WMA using the WMA DMO
4. mux data into ASF using the WMWriter
5. stream ASF over MMS protocol using the WMNetworkSink
The WMA DMO (as well as ani ACM codec or third-party audio
compressor) only performs step 3. You can read all about it
here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=92490D8A-4F2E-46F1-8835-B1D987B3C985
Steps 4-5 require the WMWriter (which optionally also
performs steps 2-3, see the WMF 9.x SDK).
--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// a dot angeli at psynet dot net
.
- Follow-Ups:
- References:
- Re: How to stream on the network encoded audio
- From: Alessandro Angeli [MVP::DS/MF]
- Re: How to stream on the network encoded audio
- From: DevX
- Re: How to stream on the network encoded audio
- Prev by Date: Re: How to stream on the network encoded audio
- Next by Date: Re: How to stream on the network encoded audio
- Previous by thread: Re: How to stream on the network encoded audio
- Next by thread: Re: How to stream on the network encoded audio
- Index(es):
Relevant Pages
|