Home All Groups Group Topic Archive Search About

recording from WindowsMediaPlayer

Author
26 Nov 2007 11:05 PM
Rinaldo
Can you record from WindowsMediaPlayer anyway?

Yes! how?

Rinaldo

Author
27 Nov 2007 12:04 AM
Peter Bromberg [C# MVP]
Do you mean record as in "with a microphone"? No. It's a player, not a
recorder. What's the goal?
--Peter
"Inside every large program, there is a small program trying to get out."
http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://www.blogmetafinder.com



Show quote
"Rinaldo" wrote:

> Can you record from WindowsMediaPlayer anyway?
>
> Yes! how?
>
> Rinaldo
Author
27 Nov 2007 2:49 AM
Nicholas Paldino [.NET/C# MVP]
Not with Windows Media Player directly, but you can with the underlying
components (namely, DirectShow).  You would have to set up a filter graph
which would play the input, and then attach filters which would record the
output from the previous filters.

    It's no small task, and on top of that, it would require a great amount
of COM interop.

    If you want to go down this path, I would recommend googling
"directshow" and "filter graph" for starters.


--
          - Nicholas Paldino [.NET/C# MVP]
          - mvp@spam.guard.caspershouse.com

Show quote
"Rinaldo" <zwartehoofdp***@hotmail.com.nospam> wrote in message
news:757DEB29-A8F9-47AA-8A06-74F8D044D7D1@microsoft.com...
> Can you record from WindowsMediaPlayer anyway?
>
> Yes! how?
>
> Rinaldo
Author
27 Nov 2007 2:45 PM
Rinaldo
Hi,

I've searched codeproject for suitable code, but ir is hard to find. I think
I let it go, because it is going beyond my programming skills.

Thanks anyway.

Show quote
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> schreef
in bericht news:5F9A71F7-0342-4394-BF4D-B26569DFB0F0@microsoft.com...
>    Not with Windows Media Player directly, but you can with the underlying
> components (namely, DirectShow).  You would have to set up a filter graph
> which would play the input, and then attach filters which would record the
> output from the previous filters.
>
>    It's no small task, and on top of that, it would require a great amount
> of COM interop.
>
>    If you want to go down this path, I would recommend googling
> "directshow" and "filter graph" for starters.
>
>
> --
>          - Nicholas Paldino [.NET/C# MVP]
>          - mvp@spam.guard.caspershouse.com
>
> "Rinaldo" <zwartehoofdp***@hotmail.com.nospam> wrote in message
> news:757DEB29-A8F9-47AA-8A06-74F8D044D7D1@microsoft.com...
>> Can you record from WindowsMediaPlayer anyway?
>>
>> Yes! how?
>>
>> Rinaldo
>
>

AddThis Social Bookmark Button