i need help to create a c# app but i don't store video in db,
i want to store video in c# appVideo folder and try to play in windows modie player.
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.
Mohamed AbedallahPosted Jul 19, 2018, 8:02 AM
The main issue here is that you almost have no control over the player or the video. Also, you need to make sure that Windows Media player supports the video format and the audio format.
If you want to have more control over the player and play wide set of video file formats, you can use LEADTOOLS Multimeida toolkit. Using LEADTOOLS, you can place the player directly on your WinForm and play the desired video. The code is quite simple and looks like this:
https://www.leadtools.com/help/leadtools/v20/dh/multimedia/to/creating-a-basic-leadtools-directshow-player-application.html
Amit GuptaPosted May 13, 2018, 10:16 AM