1

Is there an alternative to the axWindowsMediaPlayer component?

I'd be using it from C#.

slemdx
  • 1,055
  • 2
  • 16
  • 19

2 Answers2

1

Look at the .Net Interface to VLC. Not sure the state of it or if there is another better version out there.

Monkey Code
  • 592
  • 6
  • 20
0

I'm not sure how robust or viable it is, but you could check out: http://www.codeproject.com/KB/graphics/mediashow.aspx?msg=3157508

It's using DirectShow - so even if you can't use it directly, you can use it as an example of how to use DirectShow in your own solution.

Rob P.
  • 14,921
  • 14
  • 73
  • 109