I'm looking for a GPL-compatible solution for playing a video file in a Windows Forms control, specifically with the OGG Theora codec?

I was looking into using the VLC player library. A Google search found this library on CodeProject, but it was apparently deleted.

Is there a mirror or a similar library available?

link|improve this question

feedback

2 Answers

Check out MOGRE (such cute names), you could also build the source and do the interop by hand, but the wrapper is probably better.

link|improve this answer
Including a whole 3D rendering engine seems like overkill just to playback a .ogg file. – MiffTheFox Jul 21 '09 at 1:18
feedback

have you seen vlcdotnet ?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.