c# - What's the best way to display on a browser running on a computer/tablet/cell a video stored on my IIS server -
I am storing some videos on my IIS server and now want to display them on the browser. I know that HTML5 is a video tag, but it does not know how many browsers it can use. I am also open to using a third party tool (if necessary).
The video will need to be displayed on major browsers running on computers, tablets and cell phones.
Sorry, one last point.
Videos are currently encoded as H 264 and their size is between 50k and 200k.
Any help will really be appreciated.
Almost all major browsers support the html5 video element at this point
Comments
Post a Comment