0

I´m developing a Video Upload and View Solution over HTML5 and I would like to know if there is a way to get the video info in the client in javascript. I think that this is not posible. In other hands I suppose it may be posible in C#.

Do you have any idea?

javimaravillas
  • 275
  • 1
  • 5
  • 14

2 Answers2

0

If you can get the video information in C# then it is also possible to get it in Javascript too, because you just have to expose a service to get the video info in javascript using MVC WebApi, Asp.net, WCF or Asp.net MVC.

Asif Mushtaq
  • 13,010
  • 3
  • 33
  • 42
0

Finally I didn´t get any information at the client, no more than the extension, so you don´t know nothing about the codecs, resolution and others in the client. You have to send it to the server and process it and for me the best option is FFMPEG.

javimaravillas
  • 275
  • 1
  • 5
  • 14