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>
Comments
Post a Comment