i need to embed a video player in .net mvc application. there are few requirements need to be satisfy
- support .flv, .mp4, .wmp formats.
- able to load videos(user can select video)
what kind of player can be used.
there are few questions i need to understand.
- what's wrong with normal video tag.
- what about html5 video players
- any external libraries can be used.