recording from WindowsMediaPlayer

  • Thread starter Thread starter Rinaldo
  • Start date Start date
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.
 
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.

Nicholas Paldino said:
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]
- (e-mail address removed)

Rinaldo said:
Can you record from WindowsMediaPlayer anyway?

Yes! how?

Rinaldo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top