Answered by:
Media player

Question
-
Hello...
i have created a media player
all extensions files is being played in player except .mkv,.flv, etc \
so can you get me source code for playing all types of files..
- Moved by Mike Feng Wednesday, March 27, 2013 12:08 PM VB.net
Saturday, March 23, 2013 1:29 PM
Answers
-
You have to install codecs in your computer to play other types of video/audio file.
http://www.c-sharpcorner.com/UploadFile/7e39ca/play-mkv-file-with-windows-8-media-player/
There are few opensource projects which can also help you
http://sourceforge.net/projects/directshownet/
http://wpfmediakit.codeplex.com/
http://vlcdotnet.codeplex.com/Gaurav Khanna | Microsoft VB.NET MVP | Microsoft Community Contributor
Sunday, March 24, 2013 6:24 PM
All replies
-
Hello to everyone
i have created a media player
all extensions files is being played in player except .mkv,.flv, etc \
so can you get me source code for playing all types of files..
- Merged by Reed KimbleMVP Monday, March 25, 2013 2:05 PM duplicate
Friday, March 22, 2013 2:23 PM -
You have to install codecs in your computer to play other types of video/audio file.
http://www.c-sharpcorner.com/UploadFile/7e39ca/play-mkv-file-with-windows-8-media-player/
There are few opensource projects which can also help you
http://sourceforge.net/projects/directshownet/
http://wpfmediakit.codeplex.com/
http://vlcdotnet.codeplex.com/Gaurav Khanna | Microsoft VB.NET MVP | Microsoft Community Contributor
Sunday, March 24, 2013 6:24 PM -
Hi there,
It will not an easy thing to create a player in several lines code.
It is necessary to know how to decode the audio/video files, some codec is protected based on copyright.
And also you need to know how to communicate with the audio device.
So here is a one embeds the media player, and some additional function: http://www.codeproject.com/Articles/16478/The-Ultimate-Media-Player
I hope this will be helpful.
At last, which programming language do you use?
Best regards,
Mike Feng
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Monday, March 25, 2013 12:58 PM -
thanks !!
gaurav
Monday, March 25, 2013 1:44 PM -
Hii!
Mike I am using .Net..
Monday, March 25, 2013 1:46 PM -
Hii!
Mike I am using .Net..
I mean, C# or VB.net?
Thank you.
Mike Feng
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Monday, March 25, 2013 2:10 PM -
I m using VB.Net
Tuesday, March 26, 2013 9:52 AM -
Hi Sushant,
I moved this thread VB forum since is out of ".net framework class library" forum scope.
Thank you for your understanding and support.
Best regards,
Mike Feng
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Wednesday, March 27, 2013 12:08 PM -
thanks !!
gaurav
Hi Sushant,
Do you mean Gaurav's suggestion resolved your issue?
Best regards,
Mike Feng
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Wednesday, March 27, 2013 12:09 PM