0

i need to embed a video player in .net mvc application. there are few requirements need to be satisfy

  1. support .flv, .mp4, .wmp formats.
  2. able to load videos(user can select video)

what kind of player can be used.

there are few questions i need to understand.

  1. what's wrong with normal video tag.
  2. what about html5 video players
  3. any external libraries can be used.
Bruce
  • 8,609
  • 8
  • 54
  • 83

1 Answers1

0

As MVC renders html, You'll find numerous resources online of how to do this in HTML: Some are the resources given as:

Community
  • 1
  • 1
Bhupendra Shukla
  • 3,814
  • 6
  • 39
  • 62