Video Not Working In Server Path In HTML -


i written code in html play video, working fine in local machine, hosted in iis7, video not play,

working : file:///d:/video/test/index.html

not working : http://192.168.1.113/test/index.html

here html video code :

 <video width="600" controls>      <source src="droneshots.mp4" type="video/mp4">      <source src="droneshots.ogg" type="video/ogg">      <source src="droneshots.webm" type="video/webm" />      browser not support html5 video.  </video> 

enter image description here can add code/suggest if other..


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -