sandip
sandip

Reputation: 1

Media Player project in c#

I am working on one of the media project (windows application). In this the flv, avi and mpeg are the main file types which i have to play in application. I can use wmpLib, but it will not play flv files. So what procedure should i follow and what tools or libraries should i use.Is there any free opensource libraries to do media work. Thanks in advance

Upvotes: 0

Views: 1004

Answers (2)

Sam Saffron
Sam Saffron

Reputation: 131102

If you have the right direct show filters installed media player will play flv files.

Upvotes: 0

RageZ
RageZ

Reputation: 27313

Also you can use ffmpeg lib see here, I think it would be easy to convert to another format using that for playback I don't really know, maybe you can take a look at the source of vlc or take a look at some flv opensourced player around.

Upvotes: 1

Related Questions