browser - Displaying video's in mvc from database -


i trying display videos in view page using asp.net mvc video not playing because browsers not supporting videos browsers playing , in browsers not playing.

i used code not supporting browsers

<div class="grid_8">   <video class="video" poster="http://media.html5media.info/poster.jpg"  width="618"    height="347" controls="" preload="">      <source src="http://media.html5media.info/video.mp4" media="only screen , (min-device-width: 568px)">      <source src="http://media.html5media.info/video.iphone.mp4" media="only screen , (max-device-width: 568px)">*@      <source src="http://media.html5media.info/video.ogv">   </video> </div> 

this has nothing asp.net, it's merely lack of knowledge of html.

to support browsers best served plugin has setup, desktop browsers, mobile browsers, html5 enabled or old browser support...

i can suggest go through google , search free html video player or list html video players.

this 1 use most: http://www.longtailvideo.com/jw-player/


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -