Hi every one,
I want to develop a media player from scratch means I don't want to use windows player as a backend supporting service to my media player. Kindly Guide me on this.
Thanks in advance.
Hi every one,
I want to develop a media player from scratch means I don't want to use windows player as a backend supporting service to my media player. Kindly Guide me on this.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
EyadPosted Aug 6, 2015, 10:50 AM
I think the strongest free SDK is libVLC, which can give you features similar to the VLC media player. There's a .NET wrapper for that SDK which you can find here:
https://libvlcnet.codeplex.com/
In my own application, I used an SDK called leadtools because it made it easy for me to add effects to videos and not only play them. There is a tutorial here:
https://www.leadtools.com/help/leadtools/v19/dh/multimedia/to/leadtools.topics.multimedia~leadtools.topics.multimedia.creatingadirectshowplayerapplication.html